============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/vnm9/001cbd/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-2.13.3
collected 21 items

test_sql_streaming.py FFFFFF

=================================== FAILURES ===================================
_____________________ test[suites-GroupByHop-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd95806500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHop-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 100125
DEBUG    ya.test:process.py:259 Command (pid 100125) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 100125) elapsed time (sec): 21.401948928833008
DEBUG    ya.test:process.py:263 Command (pid 100125) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) inblock: 314184
DEBUG    ya.test:process.py:263 Command (pid 100125) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) majflt: 118
DEBUG    ya.test:process.py:263 Command (pid 100125) maxrss: 1483032
DEBUG    ya.test:process.py:263 Command (pid 100125) minflt: 395703
DEBUG    ya.test:process.py:263 Command (pid 100125) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) nivcsw: 2485
DEBUG    ya.test:process.py:263 Command (pid 100125) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 100125) nvcsw: 65331
DEBUG    ya.test:process.py:263 Command (pid 100125) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 100125) stime: 2.579829
DEBUG    ya.test:process.py:263 Command (pid 100125) utime: 10.807589
DEBUG    ya.test:process.py:263 Command (pid 100125) wtime: 21.418
DEBUG    ya.test:process.py:275 Command (pid 100125) output:
2025-10-25T20:09:18.567931Z Fetching udfs...
2025-10-25T20:09:21.439152Z Initialization of fq runner...
2025-10-25T20:09:28.584734Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.314547s
2025-10-25T20:09:29.916200Z Fetching query results...
2025-10-25T20:09:29.916230Z Writing query results...
2025-10-25T20:09:29.916243Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 100125) errors:
...on3/Python/import.c:2873:15
    #19 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd950336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd950336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efd95033ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efd95033ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efd9518c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efd9518c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efd9574cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd95705e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efd95705d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efd95705d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efd9571ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7efd9571a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7efd95719cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7efd95719cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7efd957191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7efd957188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7efd957188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7efd9570c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7efd9572392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7efd957078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7efd957078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7efd9570653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7efd95706854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7efd95754182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7efd9510ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7efd9510ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7efd9508ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd9568e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95745fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd95745fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efd950759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7efd950759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efd9510bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7efd9510bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7efd950339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7efd950339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7efd950338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7efd9518b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7efd9518af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7efd95073e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7efd95073e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7efd9574cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7efd9582ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7efd9582ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7efd9582e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7efd94c6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95745fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd95745fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efd950867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7efd950867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd950336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd950336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efd95033ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efd95033ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efd9518c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efd9518c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efd9574cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd951163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95115ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95115de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd957444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7efd95806862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95745eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd9569c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd95705e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efd95705d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efd95705d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efd9572d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7efd9572d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7efd9572b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7efd9572b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7efd9572a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7efd95708f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7efd957087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7efd957087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7efd957087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7efd9571df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7efd9570b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7efd95708b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7efd95708b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7efd957087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7efd957087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7efd957087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7efd95707790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7efd95707790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7efd9570653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7efd95706854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7efd957540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7efd957540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7efd95836a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7efd9582ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7efd9582ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7efd9582e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7efd94c6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7efdb109ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd95745eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd9569c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7efd9510bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7efd9510bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7efd9518b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7efd95806500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd950336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd950336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efd95033ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efd95033ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efd9518c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efd9518c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efd9574cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd95705e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efd95705d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efd95705d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efd9571ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7efd9571a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7efd95719cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7efd95719cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7efd957191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7efd957188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7efd957188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7efd9570c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7efd9572392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7efd957078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7efd957078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7efd9570653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7efd95706854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7efd95754182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7efd9510ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7efd9510ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7efd9508ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd9568e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95745fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd95745fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efd950759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7efd950759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efd9510bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7efd9510bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7efd950339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7efd950339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7efd950338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7efd9518b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7efd9518af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7efd95073e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7efd95073e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7efd9574cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7efd9582ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7efd9582ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7efd9582e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7efd94c6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95745fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd95745fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efd950867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7efd950867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efd95033204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efd95033204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd950336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd950336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efd95033ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efd95033ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efd9518c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efd9518c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efd9574cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efd9574a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efd9574a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efd9574a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd951163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95115ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95115de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd957444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7efd95806862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95745eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd9569c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd95705e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efd95705d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efd95705d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efd9572d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7efd9572d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7efd9572b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7efd9572b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7efd9572a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7efd95708f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7efd957087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7efd957087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7efd957087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7efd9571df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7efd9570b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7efd95708b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7efd95708b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7efd957087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7efd957087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7efd957087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7efd95707790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7efd95707790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7efd9570653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7efd95706854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7efd957540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7efd957540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7efd95836a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7efd9582ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7efd9582ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7efd9582e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7efd94c6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7efdb109ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd9503df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd95745eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd9569c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efd9510cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efd9510cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efd957c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efd957c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efd957c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7efd9510bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7efd9510bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7efd9508f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7efd9518b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7efd9513815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7efd9513815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7efd95130b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7efd95130b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7efd95130b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd950bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd950bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd950bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd95744911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efd957446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efd957444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efd957420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7efd95745900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7efd95745900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7efd957d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7efd957d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7efd957d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7efd957cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7efd957870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7efd957870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7efd957c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7efd957c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7efd95032b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7efd9513a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd95806500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
________________ test[suites-GroupByHopByStringKey-default.txt] ________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc2a7e36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopByStringKey-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 105554
DEBUG    ya.test:process.py:259 Command (pid 105554) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 105554) elapsed time (sec): 13.703047513961792
DEBUG    ya.test:process.py:263 Command (pid 105554) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 105554) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 105554) maxrss: 1418824
DEBUG    ya.test:process.py:263 Command (pid 105554) minflt: 356602
DEBUG    ya.test:process.py:263 Command (pid 105554) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) nivcsw: 1041
DEBUG    ya.test:process.py:263 Command (pid 105554) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 105554) nvcsw: 67678
DEBUG    ya.test:process.py:263 Command (pid 105554) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 105554) stime: 2.069776
DEBUG    ya.test:process.py:263 Command (pid 105554) utime: 9.864761
DEBUG    ya.test:process.py:263 Command (pid 105554) wtime: 13.71
DEBUG    ya.test:process.py:275 Command (pid 105554) output:
2025-10-25T20:09:40.171228Z Fetching udfs...
2025-10-25T20:09:40.759580Z Initialization of fq runner...
2025-10-25T20:09:44.567123Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.939450s
2025-10-25T20:09:45.511789Z Fetching query results...
2025-10-25T20:09:45.511809Z Writing query results...
2025-10-25T20:09:45.511822Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 105554) errors:
...on3/Python/import.c:2873:15
    #19 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a76636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc2a76636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc2a7663ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc2a7663ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc2a77bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc2a77bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc2a7d7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a7d35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc2a7d35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc2a7d35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc2a7d4ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fc2a7d4a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fc2a7d49cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fc2a7d49cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fc2a7d491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fc2a7d488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fc2a7d488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fc2a7d3c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fc2a7d5392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fc2a7d378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fc2a7d378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fc2a7d3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fc2a7d36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fc2a7d84182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fc2a773ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fc2a773ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fc2a76bef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7cbe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7d75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2a7d75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc2a76a59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fc2a76a59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc2a773bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fc2a773bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fc2a76639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fc2a76639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fc2a76638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fc2a77bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fc2a77baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fc2a76a3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fc2a76a3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fc2a7d7cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fc2a7e5ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fc2a7e5ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fc2a7e5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fc2a729dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7d75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2a7d75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc2a76b67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fc2a76b67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a76636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc2a76636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc2a7663ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc2a7663ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc2a77bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc2a77bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc2a7d7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a77463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7745ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7745de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc2a7d744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fc2a7e36862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7d75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2a7ccc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a7d35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc2a7d35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc2a7d35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc2a7d5d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fc2a7d5d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fc2a7d5b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fc2a7d5b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fc2a7d5a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fc2a7d38f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fc2a7d387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fc2a7d387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fc2a7d387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fc2a7d4df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fc2a7d3b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fc2a7d38b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fc2a7d38b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fc2a7d387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fc2a7d387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fc2a7d387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fc2a7d37790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fc2a7d37790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fc2a7d3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fc2a7d36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fc2a7d840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fc2a7d840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fc2a7e66a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fc2a7e5ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fc2a7e5ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fc2a7e5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fc2a729dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fc2c36c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2a7d75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2a7ccc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fc2a773bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fc2a773bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fc2a77bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fc2a7e36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a76636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2a76636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc2a7663ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc2a7663ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc2a77bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc2a77bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc2a7d7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a7d35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc2a7d35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc2a7d35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc2a7d4ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fc2a7d4a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fc2a7d49cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fc2a7d49cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fc2a7d491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fc2a7d488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fc2a7d488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fc2a7d3c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fc2a7d5392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fc2a7d378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fc2a7d378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fc2a7d3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fc2a7d36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fc2a7d84182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fc2a773ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fc2a773ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fc2a76bef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7cbe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7d75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2a7d75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc2a76a59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fc2a76a59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc2a773bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fc2a773bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fc2a76639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fc2a76639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fc2a76638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fc2a77bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fc2a77baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fc2a76a3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fc2a76a3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fc2a7d7cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fc2a7e5ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fc2a7e5ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fc2a7e5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fc2a729dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7d75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2a7d75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc2a76b67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fc2a76b67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc2a7663204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc2a7663204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a76636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2a76636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc2a7663ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc2a7663ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc2a77bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc2a77bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc2a7d7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc2a7d7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc2a7d7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc2a7d7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a77463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7745ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7745de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc2a7d744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fc2a7e36862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7d75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2a7ccc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a7d35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc2a7d35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc2a7d35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc2a7d5d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fc2a7d5d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fc2a7d5b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fc2a7d5b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fc2a7d5a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fc2a7d38f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fc2a7d387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fc2a7d387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fc2a7d387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fc2a7d4df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fc2a7d3b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fc2a7d38b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fc2a7d38b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fc2a7d387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fc2a7d387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fc2a7d387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fc2a7d37790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fc2a7d37790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fc2a7d3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fc2a7d36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fc2a7d840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fc2a7d840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fc2a7e66a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fc2a7e5ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fc2a7e5ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fc2a7e5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fc2a729dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fc2c36c7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc2a766df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2a7d75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2a7ccc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc2a773cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc2a773cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc2a7df5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc2a7df5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc2a7df5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fc2a773bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fc2a773bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fc2a76bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fc2a77bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fc2a776815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fc2a776815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fc2a7760b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fc2a7760b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fc2a7760b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc2a76eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc2a76ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc2a76ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc2a7d74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc2a7d746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc2a7d744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc2a7d720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fc2a7d75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fc2a7d75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fc2a7e00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fc2a7e00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fc2a7e00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fc2a7dffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fc2a7db70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fc2a7db70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fc2a7df4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fc2a7df4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fc2a7662b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fc2a776a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc2a7e36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
__________________ test[suites-GroupByHopExprKey-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff85d706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopExprKey-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 109706
DEBUG    ya.test:process.py:259 Command (pid 109706) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 109706) elapsed time (sec): 14.905298233032227
DEBUG    ya.test:process.py:263 Command (pid 109706) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) maxrss: 1426800
DEBUG    ya.test:process.py:263 Command (pid 109706) minflt: 363010
DEBUG    ya.test:process.py:263 Command (pid 109706) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) nivcsw: 994
DEBUG    ya.test:process.py:263 Command (pid 109706) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 109706) nvcsw: 66913
DEBUG    ya.test:process.py:263 Command (pid 109706) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 109706) stime: 2.257574
DEBUG    ya.test:process.py:263 Command (pid 109706) utime: 9.539887
DEBUG    ya.test:process.py:263 Command (pid 109706) wtime: 14.908
DEBUG    ya.test:process.py:275 Command (pid 109706) output:
2025-10-25T20:09:54.184304Z Fetching udfs...
2025-10-25T20:09:54.729163Z Initialization of fq runner...
2025-10-25T20:09:58.430077Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.103107s
2025-10-25T20:09:59.540697Z Fetching query results...
2025-10-25T20:09:59.540719Z Writing query results...
2025-10-25T20:09:59.540731Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 109706) errors:
...on3/Python/import.c:2873:15
    #19 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85cf336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff85cf336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff85cf33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff85cf33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff85d08c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff85d08c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff85d64cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85d605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff85d605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff85d605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff85d61ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7ff85d61a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7ff85d619cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7ff85d619cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7ff85d6191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7ff85d6188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7ff85d6188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7ff85d60c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7ff85d62392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7ff85d6078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7ff85d6078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7ff85d60653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7ff85d606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7ff85d654182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7ff85d00ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7ff85d00ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7ff85cf8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d58e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff85d645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff85cf759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7ff85cf759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff85d00bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7ff85d00bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7ff85cf339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ff85cf339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7ff85cf338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ff85d08b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7ff85d08af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7ff85cf73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7ff85cf73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7ff85d64cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7ff85d72ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7ff85d72ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7ff85d72e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7ff85cb6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff85d645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff85cf867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7ff85cf867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85cf336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff85cf336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff85cf33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff85cf33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff85d08c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff85d08c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff85d64cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d0163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d015ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d015de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff85d6444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7ff85d706862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff85d59c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85d605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff85d605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff85d605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff85d62d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7ff85d62d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7ff85d62b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7ff85d62b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7ff85d62a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7ff85d608f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7ff85d6087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7ff85d6087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7ff85d6087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7ff85d61df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7ff85d60b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7ff85d608b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7ff85d608b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7ff85d6087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7ff85d6087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7ff85d6087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7ff85d607790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7ff85d607790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7ff85d60653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7ff85d606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7ff85d6540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7ff85d6540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7ff85d736a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7ff85d72ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7ff85d72ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7ff85d72e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7ff85cb6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7ff878f94d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff85d645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff85d59c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7ff85d00bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7ff85d00bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7ff85d08b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7ff85d706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85cf336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff85cf336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff85cf33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff85cf33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff85d08c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff85d08c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff85d64cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85d605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff85d605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff85d605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff85d61ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7ff85d61a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7ff85d619cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7ff85d619cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7ff85d6191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7ff85d6188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7ff85d6188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7ff85d60c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7ff85d62392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7ff85d6078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7ff85d6078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7ff85d60653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7ff85d606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7ff85d654182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7ff85d00ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7ff85d00ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7ff85cf8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d58e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff85d645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff85cf759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7ff85cf759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff85d00bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7ff85d00bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7ff85cf339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ff85cf339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7ff85cf338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7ff85d08b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7ff85d08af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7ff85cf73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7ff85cf73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7ff85d64cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7ff85d72ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7ff85d72ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7ff85d72e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7ff85cb6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff85d645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff85cf867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7ff85cf867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff85cf33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff85cf33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85cf336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff85cf336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff85cf33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff85cf33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff85d08c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff85d08c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff85d64cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff85d64a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff85d64a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff85d64a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d0163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d015ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d015de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff85d6444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7ff85d706862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff85d59c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85d605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff85d605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff85d605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff85d62d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7ff85d62d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7ff85d62b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7ff85d62b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7ff85d62a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7ff85d608f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7ff85d6087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7ff85d6087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7ff85d6087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7ff85d61df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7ff85d60b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7ff85d608b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7ff85d608b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7ff85d6087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7ff85d6087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7ff85d6087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7ff85d607790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7ff85d607790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7ff85d60653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7ff85d606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7ff85d6540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7ff85d6540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7ff85d736a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7ff85d72ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7ff85d72ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7ff85d72e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7ff85cb6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7ff878f94d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff85cf3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff85d645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff85d59c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff85d00cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff85d00cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff85d6c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff85d6c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff85d6c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7ff85d00bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7ff85d00bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7ff85cf8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7ff85d08b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7ff85d03815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7ff85d03815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7ff85d030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7ff85d030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7ff85d030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff85cfbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff85cfbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff85cfbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff85d644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff85d6446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff85d6444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff85d6420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ff85d645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ff85d645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ff85d6d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7ff85d6d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7ff85d6d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7ff85d6cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7ff85d6870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7ff85d6870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7ff85d6c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7ff85d6c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7ff85cf32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7ff85d03a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff85d706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
__________________ test[suites-GroupByHopListKey-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f270be06500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423596 byte(s) leaked in 8240 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopListKey-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113178
DEBUG    ya.test:process.py:259 Command (pid 113178) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 113178) elapsed time (sec): 14.629315853118896
DEBUG    ya.test:process.py:263 Command (pid 113178) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) inblock: 11024
DEBUG    ya.test:process.py:263 Command (pid 113178) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 113178) maxrss: 1483152
DEBUG    ya.test:process.py:263 Command (pid 113178) minflt: 364321
DEBUG    ya.test:process.py:263 Command (pid 113178) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) nivcsw: 1151
DEBUG    ya.test:process.py:263 Command (pid 113178) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113178) nvcsw: 66974
DEBUG    ya.test:process.py:263 Command (pid 113178) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 113178) stime: 2.020297
DEBUG    ya.test:process.py:263 Command (pid 113178) utime: 10.338398
DEBUG    ya.test:process.py:263 Command (pid 113178) wtime: 14.632
DEBUG    ya.test:process.py:275 Command (pid 113178) output:
2025-10-25T20:10:09.641818Z Fetching udfs...
2025-10-25T20:10:10.164768Z Initialization of fq runner...
2025-10-25T20:10:14.340795Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.374338s
2025-10-25T20:10:15.724937Z Fetching query results...
2025-10-25T20:10:15.724958Z Writing query results...
2025-10-25T20:10:15.724969Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 113178) errors:
...on3/Python/import.c:2873:15
    #19 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b6336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f270b6336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f270b633ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f270b633ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f270b78c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f270b78c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f270bd4cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270bd05e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f270bd05d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f270bd05d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f270bd1ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f270bd1a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f270bd19cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f270bd19cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f270bd191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f270bd188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f270bd188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f270bd0c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f270bd2392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f270bd078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f270bd078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f270bd0653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f270bd06854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f270bd54182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f270b70ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f270b70ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f270b68ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270bc8e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270bd45fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f270bd45fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f270b6759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f270b6759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f270b70bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f270b70bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f270b6339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f270b6339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f270b6338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f270b78b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f270b78af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f270b673e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f270b673e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f270bd4cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f270be2ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f270be2ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f270be2e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f270b26dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270bd45fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f270bd45fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f270b6867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f270b6867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b6336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f270b6336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f270b633ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f270b633ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f270b78c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f270b78c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f270bd4cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270b7163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270b715ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270b715de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f270bd444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f270be06862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270bd45eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f270bc9c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270bd05e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f270bd05d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f270bd05d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f270bd2d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f270bd2d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f270bd2b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f270bd2b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f270bd2a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f270bd08f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f270bd087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f270bd087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f270bd087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f270bd1df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f270bd0b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f270bd08b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f270bd08b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f270bd087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f270bd087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f270bd087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f270bd07790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f270bd07790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f270bd0653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f270bd06854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f270bd540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f270bd540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f270be36a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f270be2ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f270be2ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f270be2e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f270b26dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f272769ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f270bd45eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f270bc9c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f270b70bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f270b70bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f270b78b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f270be06500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423596 byte(s) leaked in 8240 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b6336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f270b6336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f270b633ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f270b633ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f270b78c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f270b78c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f270bd4cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270bd05e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f270bd05d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f270bd05d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f270bd1ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f270bd1a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f270bd19cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f270bd19cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f270bd191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f270bd188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f270bd188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f270bd0c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f270bd2392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f270bd078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f270bd078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f270bd0653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f270bd06854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f270bd54182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f270b70ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f270b70ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f270b68ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270bc8e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270bd45fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f270bd45fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f270b6759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f270b6759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f270b70bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f270b70bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f270b6339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f270b6339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f270b6338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f270b78b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f270b78af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f270b673e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f270b673e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f270bd4cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f270be2ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f270be2ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f270be2e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f270b26dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270bd45fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f270bd45fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f270b6867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f270b6867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f270b633204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f270b633204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b6336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f270b6336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f270b633ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f270b633ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f270b78c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f270b78c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f270bd4cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f270bd4a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f270bd4a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f270bd4a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270b7163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270b715ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270b715de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f270bd444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f270be06862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270bd45eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f270bc9c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270bd05e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f270bd05d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f270bd05d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f270bd2d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f270bd2d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f270bd2b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f270bd2b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f270bd2a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f270bd08f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f270bd087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f270bd087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f270bd087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f270bd1df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f270bd0b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f270bd08b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f270bd08b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f270bd087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f270bd087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f270bd087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f270bd07790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f270bd07790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f270bd0653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f270bd06854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f270bd540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f270bd540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f270be36a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f270be2ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f270be2ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f270be2e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f270b26dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f272769ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6c2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f270b63df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f270bd45eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f270bc9c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f270b70cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f270b70cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f270bdc5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f270bdc5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f270bdc5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f270b70bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f270b70bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f270b68f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f270b78b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f270b73815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f270b73815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f270b730b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f270b730b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f270b730b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f270b6bb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f270b6bd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f270b6bd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f270bd44911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f270bd446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f270bd444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f270bd420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f270bd45900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f270bd45900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f270bdd0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f270bdd0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f270bdd0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f270bdcfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f270bd870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f270bd870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f270bdc4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f270bdc4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f270b632b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f270b73a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f270be06500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423596 byte(s) leaked in 8240 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________________ test[suites-GroupByHopNoKey-default.txt] ___________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fad5d576500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopNoKey-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116238
DEBUG    ya.test:process.py:259 Command (pid 116238) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 116238) elapsed time (sec): 14.885768413543701
DEBUG    ya.test:process.py:263 Command (pid 116238) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) inblock: 42184
DEBUG    ya.test:process.py:263 Command (pid 116238) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) majflt: 6
DEBUG    ya.test:process.py:263 Command (pid 116238) maxrss: 1475764
DEBUG    ya.test:process.py:263 Command (pid 116238) minflt: 363194
DEBUG    ya.test:process.py:263 Command (pid 116238) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) nivcsw: 1180
DEBUG    ya.test:process.py:263 Command (pid 116238) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116238) nvcsw: 67020
DEBUG    ya.test:process.py:263 Command (pid 116238) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 116238) stime: 2.283136
DEBUG    ya.test:process.py:263 Command (pid 116238) utime: 9.977552
DEBUG    ya.test:process.py:263 Command (pid 116238) wtime: 14.891
DEBUG    ya.test:process.py:275 Command (pid 116238) output:
2025-10-25T20:10:24.560395Z Fetching udfs...
2025-10-25T20:10:25.232804Z Initialization of fq runner...
2025-10-25T20:10:29.588946Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.861178s
2025-10-25T20:10:30.454843Z Fetching query results...
2025-10-25T20:10:30.454867Z Writing query results...
2025-10-25T20:10:30.454879Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 116238) errors:
...on3/Python/import.c:2873:15
    #19 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cda36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fad5cda36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fad5cda3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fad5cda3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fad5cefc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fad5cefc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fad5d4bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5d475e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fad5d475d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fad5d475d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fad5d48ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fad5d48a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fad5d489cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fad5d489cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fad5d4891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fad5d4888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fad5d4888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fad5d47c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fad5d49392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fad5d4778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fad5d4778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fad5d47653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fad5d476854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fad5d4c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fad5ce7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fad5ce7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fad5cdfef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5d3fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5d4b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fad5d4b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fad5cde59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fad5cde59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fad5ce7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fad5ce7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fad5cda39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fad5cda39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fad5cda38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fad5cefb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fad5cefaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fad5cde3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fad5cde3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fad5d4bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fad5d59ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fad5d59ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fad5d59e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fad5c9ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5d4b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fad5d4b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fad5cdf67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fad5cdf67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cda36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fad5cda36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fad5cda3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fad5cda3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fad5cefc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fad5cefc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fad5d4bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5ce863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5ce85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5ce85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fad5d4b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fad5d576862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5d4b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fad5d40c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5d475e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fad5d475d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fad5d475d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fad5d49d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fad5d49d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fad5d49b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fad5d49b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fad5d49a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fad5d478f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fad5d4787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fad5d4787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fad5d4787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fad5d48df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fad5d47b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fad5d478b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fad5d478b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fad5d4787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fad5d4787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fad5d4787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fad5d477790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fad5d477790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fad5d47653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fad5d476854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fad5d4c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fad5d4c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fad5d5a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fad5d59ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fad5d59ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fad5d59e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fad5c9ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fad78e0bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fad5d4b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fad5d40c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fad5ce7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fad5ce7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fad5cefb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fad5d576500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cda36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fad5cda36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fad5cda3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fad5cda3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fad5cefc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fad5cefc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fad5d4bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5d475e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fad5d475d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fad5d475d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fad5d48ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fad5d48a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fad5d489cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fad5d489cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fad5d4891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fad5d4888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fad5d4888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fad5d47c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fad5d49392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fad5d4778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fad5d4778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fad5d47653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fad5d476854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fad5d4c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fad5ce7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fad5ce7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fad5cdfef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5d3fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5d4b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fad5d4b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fad5cde59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fad5cde59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fad5ce7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fad5ce7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fad5cda39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fad5cda39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fad5cda38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fad5cefb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fad5cefaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fad5cde3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fad5cde3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fad5d4bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fad5d59ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fad5d59ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fad5d59e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fad5c9ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5d4b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fad5d4b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fad5cdf67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fad5cdf67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fad5cda3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fad5cda3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cda36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fad5cda36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fad5cda3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fad5cda3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fad5cefc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fad5cefc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fad5d4bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fad5d4ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fad5d4ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fad5d4ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5ce863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5ce85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5ce85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fad5d4b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fad5d576862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5d4b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fad5d40c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5d475e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fad5d475d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fad5d475d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fad5d49d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fad5d49d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fad5d49b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fad5d49b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fad5d49a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fad5d478f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fad5d4787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fad5d4787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fad5d4787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fad5d48df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fad5d47b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fad5d478b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fad5d478b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fad5d4787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fad5d4787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fad5d4787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fad5d477790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fad5d477790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fad5d47653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fad5d476854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fad5d4c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fad5d4c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fad5d5a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fad5d59ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fad5d59ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fad5d59e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fad5c9ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fad78e0bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fad5cdadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fad5d4b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fad5d40c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fad5ce7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fad5ce7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fad5d535aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fad5d535aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fad5d535aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fad5ce7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fad5ce7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fad5cdff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fad5cefb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fad5cea815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fad5cea815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fad5cea0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fad5cea0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fad5cea0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fad5ce2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fad5ce2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fad5ce2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fad5d4b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fad5d4b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fad5d4b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fad5d4b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fad5d4b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fad5d4b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fad5d540ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fad5d540ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fad5d540ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fad5d53fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fad5d4f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fad5d4f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fad5d534847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fad5d534847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fad5cda2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fad5ceaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fad5d576500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
________________ test[suites-GroupByHopPercentile-default.txt] _________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7eff0e1c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopPercentile-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 120303
DEBUG    ya.test:process.py:259 Command (pid 120303) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 120303) elapsed time (sec): 18.952556848526
DEBUG    ya.test:process.py:263 Command (pid 120303) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 120303) maxrss: 1460364
DEBUG    ya.test:process.py:263 Command (pid 120303) minflt: 373355
DEBUG    ya.test:process.py:263 Command (pid 120303) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) nivcsw: 2112
DEBUG    ya.test:process.py:263 Command (pid 120303) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 120303) nvcsw: 64417
DEBUG    ya.test:process.py:263 Command (pid 120303) oublock: 9064
DEBUG    ya.test:process.py:263 Command (pid 120303) stime: 2.148965
DEBUG    ya.test:process.py:263 Command (pid 120303) utime: 10.814001
DEBUG    ya.test:process.py:263 Command (pid 120303) wtime: 18.956
DEBUG    ya.test:process.py:275 Command (pid 120303) output:
2025-10-25T20:10:39.920620Z Fetching udfs...
2025-10-25T20:10:40.481830Z Initialization of fq runner...
2025-10-25T20:10:45.977840Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 2.334451s
2025-10-25T20:10:48.322456Z Fetching query results...
2025-10-25T20:10:48.322485Z Writing query results...
2025-10-25T20:10:48.322499Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 120303) errors:
...on3/Python/import.c:2873:15
    #19 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0d9f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7eff0d9f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7eff0d9f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7eff0d9f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7eff0db4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7eff0db4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7eff0e10cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0e0c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7eff0e0c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7eff0e0c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7eff0e0dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7eff0e0da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7eff0e0d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7eff0e0d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7eff0e0d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7eff0e0d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7eff0e0d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7eff0e0cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7eff0e0e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7eff0e0c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7eff0e0c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7eff0e0c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7eff0e0c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7eff0e114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7eff0dacca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7eff0dacca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7eff0da4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0e04e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0e105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7eff0e105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7eff0da359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7eff0da359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7eff0dacbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7eff0dacbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7eff0d9f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7eff0d9f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7eff0d9f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7eff0db4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7eff0db4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7eff0da33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7eff0da33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7eff0e10cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7eff0e1eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7eff0e1eef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7eff0e1ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7eff0d62dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0e105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7eff0e105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7eff0da467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7eff0da467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0d9f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7eff0d9f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7eff0d9f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7eff0d9f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7eff0db4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7eff0db4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7eff0e10cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0dad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0dad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0dad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7eff0e1044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7eff0e1c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0e105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7eff0e05c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0e0c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7eff0e0c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7eff0e0c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7eff0e0ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7eff0e0ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7eff0e0eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7eff0e0eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7eff0e0ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7eff0e0c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7eff0e0c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7eff0e0c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7eff0e0c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7eff0e0ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7eff0e0cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7eff0e0c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7eff0e0c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7eff0e0c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7eff0e0c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7eff0e0c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7eff0e0c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7eff0e0c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7eff0e0c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7eff0e0c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7eff0e1140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7eff0e1140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7eff0e1f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7eff0e1eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7eff0e1eef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7eff0e1ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7eff0d62dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7eff29a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7eff0e105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7eff0e05c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7eff0dacbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7eff0dacbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7eff0db4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7eff0e1c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0d9f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7eff0d9f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7eff0d9f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7eff0d9f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7eff0db4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7eff0db4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7eff0e10cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0e0c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7eff0e0c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7eff0e0c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7eff0e0dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7eff0e0da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7eff0e0d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7eff0e0d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7eff0e0d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7eff0e0d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7eff0e0d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7eff0e0cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7eff0e0e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7eff0e0c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7eff0e0c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7eff0e0c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7eff0e0c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7eff0e114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7eff0dacca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7eff0dacca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7eff0da4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0e04e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0e105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7eff0e105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7eff0da359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7eff0da359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7eff0dacbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7eff0dacbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7eff0d9f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7eff0d9f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7eff0d9f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7eff0db4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7eff0db4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7eff0da33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7eff0da33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7eff0e10cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7eff0e1eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7eff0e1eef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7eff0e1ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7eff0d62dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0e105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7eff0e105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7eff0da467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7eff0da467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7eff0d9f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7eff0d9f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0d9f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7eff0d9f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7eff0d9f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7eff0d9f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7eff0db4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7eff0db4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7eff0e10cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7eff0e10a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7eff0e10a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7eff0e10a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0dad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0dad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0dad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7eff0e1044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7eff0e1c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0e105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7eff0e05c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0e0c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7eff0e0c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7eff0e0c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7eff0e0ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7eff0e0ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7eff0e0eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7eff0e0eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7eff0e0ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7eff0e0c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7eff0e0c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7eff0e0c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7eff0e0c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7eff0e0ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7eff0e0cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7eff0e0c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7eff0e0c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7eff0e0c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7eff0e0c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7eff0e0c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7eff0e0c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7eff0e0c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7eff0e0c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7eff0e0c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7eff0e1140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7eff0e1140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7eff0e1f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7eff0e1eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7eff0e1eef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7eff0e1ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7eff0d62dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7eff29a55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7eff0d9fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7eff0e105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7eff0e05c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7eff0daccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7eff0daccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7eff0e185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7eff0e185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7eff0e185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7eff0dacbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7eff0dacbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7eff0da4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7eff0db4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7eff0daf815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7eff0daf815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7eff0daf0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7eff0daf0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7eff0daf0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7eff0da7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7eff0da7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7eff0da7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7eff0e104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7eff0e1046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7eff0e1044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7eff0e1020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7eff0e105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7eff0e105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7eff0e190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7eff0e190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7eff0e190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7eff0e18fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7eff0e1470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7eff0e1470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7eff0e184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7eff0e184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7eff0d9f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7eff0dafa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7eff0e1c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
21.48s call     test_sql_streaming.py::test[suites-GroupByHop-default.txt]
19.00s call     test_sql_streaming.py::test[suites-GroupByHopPercentile-default.txt]
14.96s call     test_sql_streaming.py::test[suites-GroupByHopNoKey-default.txt]
14.96s call     test_sql_streaming.py::test[suites-GroupByHopExprKey-default.txt]
14.70s call     test_sql_streaming.py::test[suites-GroupByHopListKey-default.txt]
13.77s call     test_sql_streaming.py::test[suites-GroupByHopByStringKey-default.txt]
0.28s setup    test_sql_streaming.py::test[suites-GroupByHopListKey-default.txt]
0.07s setup    test_sql_streaming.py::test[suites-GroupByHop-default.txt]
0.03s setup    test_sql_streaming.py::test[suites-GroupByHopExprKey-default.txt]
0.03s setup    test_sql_streaming.py::test[suites-GroupByHopPercentile-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-GroupByHopNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[suites-GroupByHopByStringKey-default.txt]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[suites-GroupByHop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_3p4ao6r2/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd9580c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd95806500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd9509046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd9518db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd9518db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd9518db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd9508f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd9513c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd9503450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd9503450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd95034350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd9518b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd9518b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7clx4inb/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc2a7e3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc2a7e36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2a76c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2a77bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2a77bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2a77bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2a76bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc2a776c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc2a766450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2a766450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc2a7664350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2a77bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2a77bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun__1iq1k5l/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff85d70c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff85d706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff85cf9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff85d08db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff85d08db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff85d08db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff85cf8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff85d03c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff85cf3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff85cf3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff85cf34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff85d08b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff85d08b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ivjj0xi4/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f270be0c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f270be06500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f270b69046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f270b78db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f270b78db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f270b78db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f270b68f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f270b73c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f270b63450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f270b63450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f270b634350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f270b78b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f270b78b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423596 byte(s) leaked in 8240 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_808xiaql/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fad5d57c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fad5d576500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fad5ce0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fad5cefdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fad5cefdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fad5cefdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fad5cdff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fad5ceac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fad5cda450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fad5cda450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fad5cda4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fad5cefb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fad5cefb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbd/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/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7sx3cved/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7eff0e1cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7eff0e1c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7eff0da5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7eff0db4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7eff0db4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7eff0db4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7eff0da4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7eff0dafc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7eff0d9f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7eff0d9f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7eff0d9f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7eff0db4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7eff0db4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
======================== 6 failed in 101.29s (0:01:41) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/vnm9/001cbc/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-2.13.3
collected 21 items

test_sql_streaming.py FFFFF

=================================== FAILURES ===================================
________ test[suites-GroupByHopTimeExtractorUnusedColumns-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc3c2f66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopTimeExtractorUnusedColumns-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-GroupByHopTimeExtractorUnusedColumns-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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 100192
DEBUG    ya.test:process.py:259 Command (pid 100192) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 100192) elapsed time (sec): 21.527347326278687
DEBUG    ya.test:process.py:263 Command (pid 100192) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) inblock: 327736
DEBUG    ya.test:process.py:263 Command (pid 100192) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) majflt: 118
DEBUG    ya.test:process.py:263 Command (pid 100192) maxrss: 1482368
DEBUG    ya.test:process.py:263 Command (pid 100192) minflt: 396394
DEBUG    ya.test:process.py:263 Command (pid 100192) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) nivcsw: 37767
DEBUG    ya.test:process.py:263 Command (pid 100192) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 100192) nvcsw: 65058
DEBUG    ya.test:process.py:263 Command (pid 100192) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 100192) stime: 2.489835
DEBUG    ya.test:process.py:263 Command (pid 100192) utime: 11.122167
DEBUG    ya.test:process.py:263 Command (pid 100192) wtime: 21.533
DEBUG    ya.test:process.py:275 Command (pid 100192) output:
2025-10-25T20:09:18.361311Z Fetching udfs...
2025-10-25T20:09:21.448495Z Initialization of fq runner...
2025-10-25T20:09:28.521270Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.745038s
2025-10-25T20:09:30.274104Z Fetching query results...
2025-10-25T20:09:30.274135Z Writing query results...
2025-10-25T20:09:30.274151Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 100192) errors:
...on3/Python/import.c:2873:15
    #19 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c27936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc3c27936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc3c2793ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc3c2793ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc3c28ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc3c28ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc3c2eacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c2e65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc3c2e65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc3c2e65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc3c2e7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fc3c2e7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fc3c2e79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fc3c2e79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fc3c2e791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fc3c2e788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fc3c2e788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fc3c2e6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fc3c2e8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fc3c2e678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fc3c2e678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fc3c2e6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fc3c2e66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fc3c2eb4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fc3c286ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fc3c286ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fc3c27eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2dee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2ea5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc3c2ea5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc3c27d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fc3c27d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc3c286bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fc3c286bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fc3c27939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fc3c27939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fc3c27938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fc3c28eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fc3c28eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fc3c27d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fc3c27d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fc3c2eacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fc3c2f8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fc3c2f8ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fc3c2f8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fc3c23cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2ea5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc3c2ea5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc3c27e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fc3c27e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c27936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc3c27936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc3c2793ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc3c2793ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc3c28ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc3c28ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc3c2eacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c28763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2875ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2875de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc3c2ea44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fc3c2f66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2ea5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc3c2dfc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c2e65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc3c2e65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc3c2e65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc3c2e8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fc3c2e8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fc3c2e8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fc3c2e8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fc3c2e8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fc3c2e68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fc3c2e687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fc3c2e687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fc3c2e687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fc3c2e7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fc3c2e6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fc3c2e68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fc3c2e68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fc3c2e687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fc3c2e687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fc3c2e687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fc3c2e67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fc3c2e67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fc3c2e6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fc3c2e66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fc3c2eb40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fc3c2eb40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fc3c2f96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fc3c2f8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fc3c2f8ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fc3c2f8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fc3c23cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fc3de7fed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc3c2ea5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc3c2dfc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fc3c286bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fc3c286bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fc3c28eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fc3c2f66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c27936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc3c27936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc3c2793ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc3c2793ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc3c28ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc3c28ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc3c2eacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c2e65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc3c2e65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc3c2e65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc3c2e7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fc3c2e7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fc3c2e79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fc3c2e79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fc3c2e791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fc3c2e788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fc3c2e788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fc3c2e6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fc3c2e8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fc3c2e678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fc3c2e678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fc3c2e6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fc3c2e66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fc3c2eb4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fc3c286ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fc3c286ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fc3c27eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2dee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2ea5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc3c2ea5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc3c27d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fc3c27d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc3c286bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fc3c286bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fc3c27939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fc3c27939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fc3c27938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fc3c28eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fc3c28eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fc3c27d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fc3c27d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fc3c2eacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fc3c2f8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fc3c2f8ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fc3c2f8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fc3c23cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2ea5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc3c2ea5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc3c27e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fc3c27e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc3c2793204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc3c2793204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c27936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc3c27936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc3c2793ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc3c2793ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc3c28ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc3c28ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc3c2eacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc3c2eaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc3c2eaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc3c2eaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c28763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2875ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2875de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc3c2ea44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fc3c2f66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2ea5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc3c2dfc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c2e65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc3c2e65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc3c2e65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc3c2e8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fc3c2e8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fc3c2e8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fc3c2e8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fc3c2e8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fc3c2e68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fc3c2e687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fc3c2e687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fc3c2e687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fc3c2e7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fc3c2e6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fc3c2e68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fc3c2e68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fc3c2e687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fc3c2e687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fc3c2e687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fc3c2e67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fc3c2e67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fc3c2e6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fc3c2e66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fc3c2eb40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fc3c2eb40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fc3c2f96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fc3c2f8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fc3c2f8ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fc3c2f8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fc3c23cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fc3de7fed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c2822bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc3c279df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc3c2ea5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc3c2dfc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc3c286cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc3c286cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc3c2f25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc3c2f25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc3c2f25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fc3c286bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fc3c286bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fc3c27ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fc3c28eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fc3c289815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fc3c289815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fc3c2890b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fc3c2890b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fc3c2890b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc3c281b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc3c281d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc3c281d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc3c2ea4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc3c2ea46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc3c2ea44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc3c2ea20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fc3c2ea5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fc3c2ea5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fc3c2f30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fc3c2f30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fc3c2f30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fc3c2f2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fc3c2ee70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fc3c2ee70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fc3c2f24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fc3c2f24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fc3c2792b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fc3c289a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc3c2f66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
____________ test[suites-GroupByHopWithDataWatermarks-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fa2fcfa6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHopWithDataWatermarks-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-GroupByHopWithDataWatermarks-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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 105679
DEBUG    ya.test:process.py:259 Command (pid 105679) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 105679) elapsed time (sec): 14.08093786239624
DEBUG    ya.test:process.py:263 Command (pid 105679) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) maxrss: 1425224
DEBUG    ya.test:process.py:263 Command (pid 105679) minflt: 356964
DEBUG    ya.test:process.py:263 Command (pid 105679) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) nivcsw: 1096
DEBUG    ya.test:process.py:263 Command (pid 105679) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 105679) nvcsw: 67846
DEBUG    ya.test:process.py:263 Command (pid 105679) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 105679) stime: 1.947572
DEBUG    ya.test:process.py:263 Command (pid 105679) utime: 10.048299
DEBUG    ya.test:process.py:263 Command (pid 105679) wtime: 14.086
DEBUG    ya.test:process.py:275 Command (pid 105679) output:
2025-10-25T20:09:40.552288Z Fetching udfs...
2025-10-25T20:09:41.100971Z Initialization of fq runner...
2025-10-25T20:09:44.953794Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.952139s
2025-10-25T20:09:45.912108Z Fetching query results...
2025-10-25T20:09:45.912134Z Writing query results...
2025-10-25T20:09:45.912150Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 105679) errors:
...on3/Python/import.c:2873:15
    #19 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc7d36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fa2fc7d36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fa2fc7d3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fa2fc7d3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fa2fc92c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fa2fc92c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fa2fceecd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fcea5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fa2fcea5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fa2fcea5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fa2fcebba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fa2fceba5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fa2fceb9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fa2fceb9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fa2fceb91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fa2fceb88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fa2fceb88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fa2fceac5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fa2fcec392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fa2fcea78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fa2fcea78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fa2fcea653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fa2fcea6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fa2fcef4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fa2fc8aca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fa2fc8aca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fa2fc82ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fce2e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fcee5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fa2fcee5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fa2fc8159e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fa2fc8159e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fa2fc8abec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fa2fc8abec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fa2fc7d39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fa2fc7d39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fa2fc7d38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fa2fc92b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fa2fc92af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fa2fc813e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fa2fc813e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fa2fceecf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fa2fcfcef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fa2fcfcef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fa2fcfce8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fa2fc40dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fcee5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fa2fcee5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fa2fc8267d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fa2fc8267d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc7d36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fa2fc7d36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fa2fc7d3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fa2fc7d3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fa2fc92c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fa2fc92c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fa2fceecd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fc8b63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fc8b5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fc8b5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fa2fcee44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fa2fcfa6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fcee5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fa2fce3c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fcea5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fa2fcea5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fa2fcea5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fa2fcecd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fa2fcecd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fa2fcecb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fa2fcecb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fa2fceca318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fa2fcea8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fa2fcea87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fa2fcea87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fa2fcea87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fa2fcebdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fa2fceab90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fa2fcea8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fa2fcea8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fa2fcea87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fa2fcea87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fa2fcea87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fa2fcea7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fa2fcea7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fa2fcea653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fa2fcea6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fa2fcef40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fa2fcef40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fa2fcfd6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fa2fcfcef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fa2fcfcef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fa2fcfce8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fa2fc40dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fa318836d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fa2fcee5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fa2fce3c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fa2fc8abec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fa2fc8abec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fa2fc92b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fa2fcfa6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc7d36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fa2fc7d36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fa2fc7d3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fa2fc7d3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fa2fc92c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fa2fc92c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fa2fceecd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fcea5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fa2fcea5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fa2fcea5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fa2fcebba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fa2fceba5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fa2fceb9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fa2fceb9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fa2fceb91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fa2fceb88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fa2fceb88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fa2fceac5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fa2fcec392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fa2fcea78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fa2fcea78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fa2fcea653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fa2fcea6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fa2fcef4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fa2fc8aca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fa2fc8aca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fa2fc82ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fce2e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fcee5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fa2fcee5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fa2fc8159e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fa2fc8159e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fa2fc8abec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fa2fc8abec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fa2fc7d39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fa2fc7d39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fa2fc7d38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fa2fc92b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fa2fc92af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fa2fc813e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fa2fc813e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fa2fceecf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fa2fcfcef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fa2fcfcef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fa2fcfce8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fa2fc40dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fcee5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fa2fcee5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fa2fc8267d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fa2fc8267d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fa2fc7d3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fa2fc7d3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc7d36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fa2fc7d36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fa2fc7d3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fa2fc7d3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fa2fc92c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fa2fc92c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fa2fceecd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fa2fceea38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fa2fceea2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fa2fceea49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fc8b63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fc8b5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fc8b5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fa2fcee44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fa2fcfa6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fcee5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fa2fce3c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fcea5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fa2fcea5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fa2fcea5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fa2fcecd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fa2fcecd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fa2fcecb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fa2fcecb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fa2fceca318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fa2fcea8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fa2fcea87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fa2fcea87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fa2fcea87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fa2fcebdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fa2fceab90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fa2fcea8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fa2fcea8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fa2fcea87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fa2fcea87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fa2fcea87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fa2fcea7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fa2fcea7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fa2fcea653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fa2fcea6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fa2fcef40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fa2fcef40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fa2fcfd6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fa2fcfcef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fa2fcfcef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fa2fcfce8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fa2fc40dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fa318836d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc862bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fa2fc7ddf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fa2fcee5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fa2fce3c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fa2fc8acee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fa2fc8acee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fa2fcf65aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fa2fcf65aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fa2fcf65aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fa2fc8abec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fa2fc8abec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fa2fc82f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fa2fc92b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fa2fc8d815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fa2fc8d815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fa2fc8d0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fa2fc8d0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fa2fc8d0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fa2fc85b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fa2fc85d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fa2fc85d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fa2fcee4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fa2fcee46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fa2fcee44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fa2fcee20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fa2fcee5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fa2fcee5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fa2fcf70ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fa2fcf70ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fa2fcf70ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fa2fcf6fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fa2fcf270bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fa2fcf270bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fa2fcf64847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fa2fcf64847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fa2fc7d2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fa2fc8da520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fa2fcfa6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
__________ test[suites-GroupByHoppingWithDataWatermarks-default.txt] ___________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f0012116500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-GroupByHoppingWithDataWatermarks-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-GroupByHoppingWithDataWatermarks-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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 109905
DEBUG    ya.test:process.py:259 Command (pid 109905) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 109905) elapsed time (sec): 15.624932050704956
DEBUG    ya.test:process.py:263 Command (pid 109905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) maxrss: 1463056
DEBUG    ya.test:process.py:263 Command (pid 109905) minflt: 362530
DEBUG    ya.test:process.py:263 Command (pid 109905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) nivcsw: 1498
DEBUG    ya.test:process.py:263 Command (pid 109905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 109905) nvcsw: 67456
DEBUG    ya.test:process.py:263 Command (pid 109905) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 109905) stime: 2.2567180000000002
DEBUG    ya.test:process.py:263 Command (pid 109905) utime: 10.641506
DEBUG    ya.test:process.py:263 Command (pid 109905) wtime: 15.628
DEBUG    ya.test:process.py:275 Command (pid 109905) output:
2025-10-25T20:09:54.951503Z Fetching udfs...
2025-10-25T20:09:55.562438Z Initialization of fq runner...
2025-10-25T20:10:00.123595Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.153431s
2025-10-25T20:10:01.283961Z Fetching query results...
2025-10-25T20:10:01.283986Z Writing query results...
2025-10-25T20:10:01.283999Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 109905) errors:
...on3/Python/import.c:2873:15
    #19 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f00119436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f00119436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f0011943ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f0011943ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f0011a9c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f0011a9c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f001205cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f0012015e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f0012015d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f0012015d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f001202ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f001202a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f0012029cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f0012029cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f00120291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f00120288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f00120288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f001201c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f001203392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f00120178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f00120178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f001201653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f0012016854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f0012064182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f0011a1ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f0011a1ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f001199ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0011f9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0012055fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f0012055fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f00119859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f00119859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f0011a1bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f0011a1bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f00119439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f00119439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f00119438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f0011a9b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f0011a9af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f0011983e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f0011983e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f001205cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f001213ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f001213ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f001213e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f001157dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0012055fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f0012055fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f00119967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f00119967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f00119436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f00119436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f0011943ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f0011943ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f0011a9c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f0011a9c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f001205cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0011a263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0011a25ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0011a25de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f00120544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f0012116862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0012055eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f0011fac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f0012015e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f0012015d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f0012015d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f001203d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f001203d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f001203b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f001203b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f001203a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f0012018f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f00120187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f00120187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f00120187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f001202df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f001201b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f0012018b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f0012018b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f00120187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f00120187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f00120187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f0012017790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f0012017790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f001201653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f0012016854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f00120640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f00120640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f0012146a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f001213ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f001213ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f001213e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f001157dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f002d9a9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f0012055eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f0011fac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f0011a1bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f0011a1bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f0011a9b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f0012116500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f00119436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f00119436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f0011943ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f0011943ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f0011a9c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f0011a9c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f001205cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f0012015e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f0012015d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f0012015d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f001202ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f001202a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f0012029cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f0012029cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f00120291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f00120288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f00120288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f001201c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f001203392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f00120178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f00120178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f001201653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f0012016854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f0012064182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f0011a1ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f0011a1ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f001199ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0011f9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0012055fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f0012055fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f00119859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f00119859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f0011a1bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f0011a1bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f00119439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f00119439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f00119438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f0011a9b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f0011a9af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f0011983e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f0011983e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f001205cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f001213ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f001213ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f001213e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f001157dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0012055fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f0012055fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f00119967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f00119967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f0011943204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f0011943204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f00119436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f00119436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f0011943ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f0011943ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f0011a9c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f0011a9c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f001205cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f001205a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f001205a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f001205a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0011a263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0011a25ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0011a25de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f00120544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f0012116862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0012055eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f0011fac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f0012015e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f0012015d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f0012015d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f001203d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f001203d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f001203b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f001203b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f001203a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f0012018f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f00120187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f00120187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f00120187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f001202df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f001201b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f0012018b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f0012018b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f00120187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f00120187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f00120187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f0012017790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f0012017790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f001201653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f0012016854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f00120640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f00120640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f0012146a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f001213ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f001213ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f001213e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f001157dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f002d9a9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f001194df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f0012055eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f0011fac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f0011a1cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f0011a1cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f00120d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f00120d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f00120d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f0011a1bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f0011a1bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f001199f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f0011a9b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f0011a4815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f0011a4815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f0011a40b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f0011a40b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f0011a40b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f00119cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f00119cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f00119cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f0012054911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f00120546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f00120544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f00120520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f0012055900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f0012055900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f00120e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f00120e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f00120e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f00120dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f00120970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f00120970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f00120d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f00120d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f0011942b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f0011a4a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f0012116500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
______________________ test[suites-ReadTopic-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f85861c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423552 byte(s) leaked in 8239 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopic-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadTopic-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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113664
DEBUG    ya.test:process.py:259 Command (pid 113664) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 113664) elapsed time (sec): 14.19043517112732
DEBUG    ya.test:process.py:263 Command (pid 113664) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 113664) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) maxrss: 1409348
DEBUG    ya.test:process.py:263 Command (pid 113664) minflt: 344756
DEBUG    ya.test:process.py:263 Command (pid 113664) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) nivcsw: 1592
DEBUG    ya.test:process.py:263 Command (pid 113664) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113664) nvcsw: 65783
DEBUG    ya.test:process.py:263 Command (pid 113664) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 113664) stime: 2.056494
DEBUG    ya.test:process.py:263 Command (pid 113664) utime: 9.329473
DEBUG    ya.test:process.py:263 Command (pid 113664) wtime: 14.2
DEBUG    ya.test:process.py:275 Command (pid 113664) output:
2025-10-25T20:10:11.393293Z Fetching udfs...
2025-10-25T20:10:11.946938Z Initialization of fq runner...
2025-10-25T20:10:16.007016Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.518760s
2025-10-25T20:10:16.533975Z Fetching query results...
2025-10-25T20:10:16.534000Z Writing query results...
2025-10-25T20:10:16.534010Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 113664) errors:
...on3/Python/import.c:2873:15
    #19 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f85859f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f85859f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f85859f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f85859f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8585b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8585b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f858610cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85860c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f85860c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f85860c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f85860dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f85860da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f85860d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f85860d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f85860d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f85860d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f85860d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f85860cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f85860e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f85860c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f85860c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f85860c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f85860c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f8586114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f8585acca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f8585acca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f8585a4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f858604e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8586105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8586105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8585a359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f8585a359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8585acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f8585acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f85859f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f85859f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f85859f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f8585b4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f8585b4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f8585a33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f8585a33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f858610cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f85861eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f85861eef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f85861ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f858562dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8586105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8586105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8585a467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f8585a467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f85859f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f85859f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f85859f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f85859f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8585b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8585b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f858610cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8585ad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8585ad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8585ad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f85861044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f85861c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8586105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f858605c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85860c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f85860c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f85860c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f85860ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f85860ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f85860eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f85860eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f85860ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f85860c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f85860c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f85860c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f85860c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f85860ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f85860cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f85860c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f85860c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f85860c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f85860c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f85860c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f85860c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f85860c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f85860c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f85860c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f85861140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f85861140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f85861f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f85861eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f85861eef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f85861ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f858562dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f85a1a50d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8586105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f858605c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f8585acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f8585acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f8585b4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f85861c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423552 byte(s) leaked in 8239 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f85859f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f85859f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f85859f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f85859f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8585b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8585b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f858610cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85860c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f85860c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f85860c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f85860dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f85860da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f85860d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f85860d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f85860d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f85860d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f85860d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f85860cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f85860e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f85860c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f85860c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f85860c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f85860c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f8586114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f8585acca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f8585acca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f8585a4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f858604e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8586105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8586105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8585a359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f8585a359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8585acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f8585acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f85859f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f85859f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f85859f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f8585b4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f8585b4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f8585a33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f8585a33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f858610cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f85861eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f85861eef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f85861ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f858562dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8586105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8586105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8585a467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f8585a467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f85859f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f85859f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f85859f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f85859f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f85859f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f85859f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8585b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8585b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f858610cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f858610a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f858610a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f858610a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8585ad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8585ad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8585ad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f85861044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f85861c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8586105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f858605c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85860c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f85860c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f85860c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f85860ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f85860ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f85860eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f85860eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f85860ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f85860c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f85860c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f85860c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f85860c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f85860ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f85860cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f85860c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f85860c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f85860c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f85860c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f85860c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f85860c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f85860c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f85860c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f85860c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f85861140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f85861140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f85861f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f85861eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f85861eef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f85861ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f858562dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f85a1a50d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f85859fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8586105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f858605c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8585accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8585accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8586185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8586185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8586185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f8585acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f8585acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f8585a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f8585b4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f8585af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f8585af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f8585af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f8585af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f8585af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8585a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8585a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8585a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8586104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f85861046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f85861044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f85861020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f8586105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f8586105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f8586190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f8586190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f8586190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f858618fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f85861470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f85861470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f8586184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f8586184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f85859f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f8585afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f85861c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423552 byte(s) leaked in 8239 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
____________ test[suites-ReadTopicGroupWriteToSolomon-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1e02206500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicGroupWriteToSolomon-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbc/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadTopicGroupWriteToSolomon-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/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116557
DEBUG    ya.test:process.py:259 Command (pid 116557) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 116557) elapsed time (sec): 16.54270315170288
DEBUG    ya.test:process.py:263 Command (pid 116557) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) maxrss: 1475600
DEBUG    ya.test:process.py:263 Command (pid 116557) minflt: 365895
DEBUG    ya.test:process.py:263 Command (pid 116557) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) nivcsw: 3879
DEBUG    ya.test:process.py:263 Command (pid 116557) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116557) nvcsw: 66282
DEBUG    ya.test:process.py:263 Command (pid 116557) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 116557) stime: 2.259413
DEBUG    ya.test:process.py:263 Command (pid 116557) utime: 10.256365
DEBUG    ya.test:process.py:263 Command (pid 116557) wtime: 16.545
DEBUG    ya.test:process.py:275 Command (pid 116557) output:
2025-10-25T20:10:25.872653Z Fetching udfs...
2025-10-25T20:10:26.535396Z Initialization of fq runner...
2025-10-25T20:10:31.013845Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.970804s
2025-10-25T20:10:31.994122Z Fetching query results...
2025-10-25T20:10:31.994148Z Writing query results...
2025-10-25T20:10:31.994162Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 116557) errors:
...on3/Python/import.c:2873:15
    #19 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01a336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f1e01a336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f1e01a33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f1e01a33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f1e01b8c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f1e01b8c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f1e0214cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e02105e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f1e02105d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f1e02105d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f1e0211ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f1e0211a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f1e02119cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f1e02119cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f1e021191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f1e021188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f1e021188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f1e0210c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f1e0212392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f1e021078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f1e021078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f1e0210653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f1e02106854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f1e02154182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f1e01b0ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f1e01b0ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f1e01a8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e0208e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e02145fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1e02145fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f1e01a759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f1e01a759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f1e01b0bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f1e01b0bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f1e01a339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f1e01a339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f1e01a338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f1e01b8b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f1e01b8af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f1e01a73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f1e01a73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f1e0214cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f1e0222ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f1e0222ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f1e0222e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f1e0166dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e02145fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1e02145fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f1e01a867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f1e01a867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01a336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f1e01a336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f1e01a33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f1e01a33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f1e01b8c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f1e01b8c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f1e0214cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e01b163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e01b15ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e01b15de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1e021444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f1e02206862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e02145eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1e0209c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e02105e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f1e02105d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f1e02105d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f1e0212d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f1e0212d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f1e0212b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f1e0212b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f1e0212a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f1e02108f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f1e021087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f1e021087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f1e021087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f1e0211df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f1e0210b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f1e02108b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f1e02108b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f1e021087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f1e021087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f1e021087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f1e02107790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f1e02107790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f1e0210653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f1e02106854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f1e021540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f1e021540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f1e02236a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f1e0222ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f1e0222ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f1e0222e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f1e0166dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f1e1da98d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1e02145eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1e0209c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f1e01b0bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f1e01b0bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f1e01b8b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f1e02206500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01a336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f1e01a336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f1e01a33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f1e01a33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f1e01b8c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f1e01b8c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f1e0214cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e02105e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f1e02105d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f1e02105d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f1e0211ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f1e0211a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f1e02119cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f1e02119cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f1e021191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f1e021188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f1e021188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f1e0210c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f1e0212392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f1e021078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f1e021078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f1e0210653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f1e02106854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f1e02154182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f1e01b0ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f1e01b0ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f1e01a8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e0208e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e02145fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1e02145fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f1e01a759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f1e01a759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f1e01b0bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f1e01b0bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f1e01a339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f1e01a339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f1e01a338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f1e01b8b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f1e01b8af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f1e01a73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f1e01a73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f1e0214cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f1e0222ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f1e0222ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f1e0222e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f1e0166dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e02145fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1e02145fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f1e01a867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f1e01a867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f1e01a33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f1e01a33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01a336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f1e01a336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f1e01a33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f1e01a33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f1e01b8c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f1e01b8c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f1e0214cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f1e0214a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f1e0214a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f1e0214a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e01b163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e01b15ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e01b15de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1e021444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f1e02206862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e02145eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1e0209c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e02105e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f1e02105d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f1e02105d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f1e0212d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f1e0212d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f1e0212b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f1e0212b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f1e0212a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f1e02108f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f1e021087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f1e021087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f1e021087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f1e0211df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f1e0210b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f1e02108b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f1e02108b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f1e021087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f1e021087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f1e021087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f1e02107790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f1e02107790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f1e0210653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f1e02106854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f1e021540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f1e021540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f1e02236a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f1e0222ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f1e0222ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f1e0222e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f1e0166dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f1e1da98d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01ac2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1e01a3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1e02145eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1e0209c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f1e01b0cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f1e01b0cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f1e021c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f1e021c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f1e021c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f1e01b0bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f1e01b0bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f1e01a8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f1e01b8b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f1e01b3815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f1e01b3815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f1e01b30b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f1e01b30b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f1e01b30b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f1e01abb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f1e01abd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f1e01abd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1e02144911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f1e021446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f1e021444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f1e021420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f1e02145900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f1e02145900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f1e021d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f1e021d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f1e021d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f1e021cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f1e021870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f1e021870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f1e021c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f1e021c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f1e01a32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f1e01b3a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1e02206500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
21.57s call     test_sql_streaming.py::test[suites-GroupByHopTimeExtractorUnusedColumns-default.txt]
16.61s call     test_sql_streaming.py::test[suites-ReadTopicGroupWriteToSolomon-default.txt]
15.87s call     test_sql_streaming.py::test[suites-GroupByHoppingWithDataWatermarks-default.txt]
14.25s call     test_sql_streaming.py::test[suites-ReadTopic-default.txt]
14.13s call     test_sql_streaming.py::test[suites-GroupByHopWithDataWatermarks-default.txt]
0.35s setup    test_sql_streaming.py::test[suites-ReadTopic-default.txt]
0.03s setup    test_sql_streaming.py::test[suites-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-GroupByHoppingWithDataWatermarks-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-GroupByHopWithDataWatermarks-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-ReadTopicGroupWriteToSolomon-default.txt]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[suites-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_btnikg5z/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc3c2f6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc3c2f66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc3c27f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc3c28edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc3c28edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc3c28edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc3c27ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc3c289c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc3c279450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc3c279450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc3c2794350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc3c28eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc3c28eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mngssvd4/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fa2fcfac9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fa2fcfa6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fa2fc83046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fa2fc92db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fa2fc92db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fa2fc92db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fa2fc82f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fa2fc8dc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fa2fc7d450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fa2fc7d450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fa2fc7d4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fa2fc92b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fa2fc92b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-GroupByHoppingWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_z4vfmh0y/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f001211c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f0012116500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f00119a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f0011a9db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f0011a9db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f0011a9db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f001199f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f0011a4c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f001194450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f001194450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f0011944350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f0011a9b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f0011a9b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_aw_27u02/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f85861cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f85861c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8585a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8585b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8585b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8585b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8585a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8585afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f85859f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f85859f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f85859f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8585b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8585b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423552 byte(s) leaked in 8239 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopicGroupWriteToSolomon-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbc/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/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_lnv3k4gy/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1e0220c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1e02206500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f1e01a9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f1e01b8db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f1e01b8db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f1e01b8db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f1e01a8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f1e01b3c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f1e01a3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f1e01a3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1e01a34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f1e01b8b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f1e01b8b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 5 failed in 84.72s (0:01:24) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/vnm9/001cbb/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-2.13.3
collected 21 items

test_sql_streaming.py FFFFF

=================================== FAILURES ===================================
________________ test[suites-ReadTopicWithMetadata-default.txt] ________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efc39736500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicWithMetadata-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 100420
DEBUG    ya.test:process.py:259 Command (pid 100420) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 100420) elapsed time (sec): 20.882654428482056
DEBUG    ya.test:process.py:263 Command (pid 100420) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) inblock: 286808
DEBUG    ya.test:process.py:263 Command (pid 100420) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) majflt: 107
DEBUG    ya.test:process.py:263 Command (pid 100420) maxrss: 1453692
DEBUG    ya.test:process.py:263 Command (pid 100420) minflt: 374974
DEBUG    ya.test:process.py:263 Command (pid 100420) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) nivcsw: 2312
DEBUG    ya.test:process.py:263 Command (pid 100420) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 100420) nvcsw: 63443
DEBUG    ya.test:process.py:263 Command (pid 100420) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 100420) stime: 2.144541
DEBUG    ya.test:process.py:263 Command (pid 100420) utime: 10.550236
DEBUG    ya.test:process.py:263 Command (pid 100420) wtime: 20.886
DEBUG    ya.test:process.py:275 Command (pid 100420) output:
2025-10-25T20:09:18.942483Z Fetching udfs...
2025-10-25T20:09:21.452550Z Initialization of fq runner...
2025-10-25T20:09:28.403120Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.885614s
2025-10-25T20:09:29.300257Z Fetching query results...
2025-10-25T20:09:29.300283Z Writing query results...
2025-10-25T20:09:29.300296Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 100420) errors:
...on3/Python/import.c:2873:15
    #19 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc38f636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efc38f636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efc38f63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efc38f63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efc390bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efc390bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efc3967cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc39635e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efc39635d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efc39635d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efc3964ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7efc3964a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7efc39649cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7efc39649cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7efc396491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7efc396488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7efc396488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7efc3963c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7efc3965392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7efc396378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7efc396378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7efc3963653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7efc39636854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7efc39684182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7efc3903ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7efc3903ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7efc38fbef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc395be3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39675fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efc39675fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efc38fa59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7efc38fa59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efc3903bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7efc3903bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7efc38f639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7efc38f639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7efc38f638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7efc390bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7efc390baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7efc38fa3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7efc38fa3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7efc3967cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7efc3975ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7efc3975ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7efc3975e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7efc38b9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39675fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efc39675fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efc38fb67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7efc38fb67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc38f636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efc38f636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efc38f63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efc38f63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efc390bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efc390bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efc3967cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc390463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39045ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39045de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efc396744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7efc39736862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39675eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efc395cc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc39635e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efc39635d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efc39635d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efc3965d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7efc3965d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7efc3965b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7efc3965b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7efc3965a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7efc39638f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7efc396387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7efc396387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7efc396387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7efc3964df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7efc3963b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7efc39638b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7efc39638b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7efc396387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7efc396387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7efc396387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7efc39637790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7efc39637790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7efc3963653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7efc39636854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7efc396840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7efc396840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7efc39766a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7efc3975ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7efc3975ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7efc3975e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7efc38b9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7efc54fd0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efc39675eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efc395cc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7efc3903bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7efc3903bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7efc390bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7efc39736500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc38f636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efc38f636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efc38f63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efc38f63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efc390bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efc390bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efc3967cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc39635e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efc39635d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efc39635d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efc3964ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7efc3964a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7efc39649cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7efc39649cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7efc396491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7efc396488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7efc396488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7efc3963c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7efc3965392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7efc396378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7efc396378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7efc3963653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7efc39636854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7efc39684182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7efc3903ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7efc3903ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7efc38fbef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc395be3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39675fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efc39675fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efc38fa59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7efc38fa59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efc3903bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7efc3903bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7efc38f639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7efc38f639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7efc38f638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7efc390bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7efc390baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7efc38fa3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7efc38fa3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7efc3967cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7efc3975ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7efc3975ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7efc3975e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7efc38b9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39675fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efc39675fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efc38fb67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7efc38fb67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efc38f63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efc38f63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc38f636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efc38f636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efc38f63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efc38f63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efc390bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efc390bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efc3967cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efc3967a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efc3967a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efc3967a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc390463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39045ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39045de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efc396744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7efc39736862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39675eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efc395cc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc39635e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efc39635d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efc39635d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efc3965d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7efc3965d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7efc3965b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7efc3965b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7efc3965a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7efc39638f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7efc396387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7efc396387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7efc396387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7efc3964df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7efc3963b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7efc39638b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7efc39638b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7efc396387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7efc396387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7efc396387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7efc39637790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7efc39637790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7efc3963653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7efc39636854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7efc396840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7efc396840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7efc39766a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7efc3975ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7efc3975ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7efc3975e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7efc38b9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7efc54fd0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38ff2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efc38f6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efc39675eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efc395cc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efc3903cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efc3903cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efc396f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efc396f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efc396f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7efc3903bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7efc3903bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7efc38fbf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7efc390bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7efc3906815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7efc3906815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7efc39060b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7efc39060b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7efc39060b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efc38feb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efc38fed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efc38fed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efc39674911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efc396746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efc396744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efc396720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7efc39675900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7efc39675900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7efc39700ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7efc39700ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7efc39700ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7efc396ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7efc396b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7efc396b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7efc396f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7efc396f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7efc38f62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7efc3906a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efc39736500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
__________ test[suites-ReadTopicWithMetadataInsideFilter-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd0445e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicWithMetadataInsideFilter-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 105642
DEBUG    ya.test:process.py:259 Command (pid 105642) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 105642) elapsed time (sec): 13.18190598487854
DEBUG    ya.test:process.py:263 Command (pid 105642) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) maxrss: 1430080
DEBUG    ya.test:process.py:263 Command (pid 105642) minflt: 346339
DEBUG    ya.test:process.py:263 Command (pid 105642) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) nivcsw: 2082
DEBUG    ya.test:process.py:263 Command (pid 105642) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 105642) nvcsw: 67517
DEBUG    ya.test:process.py:263 Command (pid 105642) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 105642) stime: 2.0726269999999998
DEBUG    ya.test:process.py:263 Command (pid 105642) utime: 9.391049
DEBUG    ya.test:process.py:263 Command (pid 105642) wtime: 13.186
DEBUG    ya.test:process.py:275 Command (pid 105642) output:
2025-10-25T20:09:40.499443Z Fetching udfs...
2025-10-25T20:09:41.043771Z Initialization of fq runner...
2025-10-25T20:09:45.000275Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.517296s
2025-10-25T20:09:45.523650Z Fetching query results...
2025-10-25T20:09:45.523674Z Writing query results...
2025-10-25T20:09:45.523685Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 105642) errors:
...on3/Python/import.c:2873:15
    #19 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043e136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd043e136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd043e13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd043e13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd043f6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd043f6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd04452cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd0444e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd0444e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd0444e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd0444fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fd0444fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fd0444f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fd0444f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fd0444f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fd0444f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fd0444f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fd0444ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fd04450392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fd0444e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fd0444e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fd0444e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fd0444e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fd044534182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fd043eeca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fd043eeca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fd043e6ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd04446e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd044525fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd044525fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd043e559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fd043e559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd043eebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fd043eebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fd043e139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fd043e139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fd043e138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fd043f6b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fd043f6af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fd043e53e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fd043e53e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fd04452cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fd04460ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fd04460ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fd04460e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fd043a4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd044525fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd044525fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd043e667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fd043e667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043e136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd043e136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd043e13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd043e13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd043f6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd043f6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd04452cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd043ef63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd043ef5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd043ef5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd0445244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fd0445e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd044525eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd04447c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd0444e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd0444e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd0444e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd04450d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fd04450d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fd04450b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fd04450b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fd04450a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fd0444e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fd0444e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fd0444e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fd0444e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fd0444fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fd0444eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fd0444e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fd0444e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fd0444e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fd0444e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fd0444e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fd0444e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fd0444e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fd0444e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fd0444e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fd0445340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fd0445340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fd044616a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fd04460ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fd04460ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fd04460e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fd043a4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fd05fe77d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd044525eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd04447c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fd043eebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fd043eebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fd043f6b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fd0445e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043e136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd043e136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd043e13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd043e13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd043f6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd043f6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd04452cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd0444e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd0444e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd0444e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd0444fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fd0444fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fd0444f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fd0444f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fd0444f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fd0444f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fd0444f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fd0444ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fd04450392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fd0444e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fd0444e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fd0444e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fd0444e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fd044534182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fd043eeca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fd043eeca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fd043e6ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd04446e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd044525fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd044525fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd043e559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fd043e559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd043eebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fd043eebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fd043e139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fd043e139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fd043e138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fd043f6b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fd043f6af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fd043e53e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fd043e53e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fd04452cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fd04460ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fd04460ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fd04460e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fd043a4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd044525fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd044525fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd043e667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fd043e667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd043e13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd043e13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043e136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd043e136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd043e13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd043e13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd043f6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd043f6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd04452cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd04452a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd04452a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd04452a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd043ef63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd043ef5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd043ef5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd0445244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fd0445e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd044525eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd04447c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd0444e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd0444e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd0444e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd04450d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fd04450d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fd04450b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fd04450b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fd04450a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fd0444e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fd0444e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fd0444e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fd0444e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fd0444fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fd0444eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fd0444e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fd0444e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fd0444e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fd0444e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fd0444e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fd0444e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fd0444e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fd0444e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fd0444e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fd0445340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fd0445340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fd044616a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fd04460ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fd04460ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fd04460e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fd043a4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fd05fe77d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043ea2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd043e1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd044525eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd04447c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd043eecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd043eecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd0445a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd0445a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd0445a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fd043eebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fd043eebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fd043e6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fd043f6b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fd043f1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fd043f1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fd043f10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fd043f10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fd043f10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd043e9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd043e9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd043e9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd044524911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd0445246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd0445244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd0445220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fd044525900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fd044525900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fd0445b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fd0445b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fd0445b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fd0445afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fd0445670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fd0445670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fd0445a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fd0445a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fd043e12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fd043f1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd0445e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________ test[suites-ReadTopicWithMetadataNestedDeep-default.txt] ___________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5cc1c96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicWithMetadataNestedDeep-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 109650
DEBUG    ya.test:process.py:259 Command (pid 109650) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 109650) elapsed time (sec): 15.22544240951538
DEBUG    ya.test:process.py:263 Command (pid 109650) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) inblock: 144
DEBUG    ya.test:process.py:263 Command (pid 109650) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 109650) maxrss: 1425196
DEBUG    ya.test:process.py:263 Command (pid 109650) minflt: 350662
DEBUG    ya.test:process.py:263 Command (pid 109650) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) nivcsw: 1313
DEBUG    ya.test:process.py:263 Command (pid 109650) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 109650) nvcsw: 66736
DEBUG    ya.test:process.py:263 Command (pid 109650) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 109650) stime: 1.937352
DEBUG    ya.test:process.py:263 Command (pid 109650) utime: 9.731351
DEBUG    ya.test:process.py:263 Command (pid 109650) wtime: 15.231
DEBUG    ya.test:process.py:275 Command (pid 109650) output:
2025-10-25T20:09:54.093391Z Fetching udfs...
2025-10-25T20:09:54.623790Z Initialization of fq runner...
2025-10-25T20:09:58.778665Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.628410s
2025-10-25T20:09:59.413364Z Fetching query results...
2025-10-25T20:09:59.413387Z Writing query results...
2025-10-25T20:09:59.413400Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 109650) errors:
...on3/Python/import.c:2873:15
    #19 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc14c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5cc14c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5cc14c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5cc14c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f5cc161c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f5cc161c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f5cc1bdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc1b95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5cc1b95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5cc1b95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f5cc1baba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f5cc1baa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f5cc1ba9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f5cc1ba9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f5cc1ba91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f5cc1ba88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f5cc1ba88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f5cc1b9c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f5cc1bb392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f5cc1b978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f5cc1b978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f5cc1b9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f5cc1b96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f5cc1be4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f5cc159ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f5cc159ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f5cc151ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc1b1e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc1bd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5cc1bd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f5cc15059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f5cc15059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f5cc159bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f5cc159bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f5cc14c39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f5cc14c39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f5cc14c38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f5cc161b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f5cc161af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f5cc1503e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f5cc1503e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f5cc1bdcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f5cc1cbef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f5cc1cbef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f5cc1cbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f5cc10fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc1bd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5cc1bd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f5cc15167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f5cc15167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc14c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5cc14c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5cc14c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5cc14c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f5cc161c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f5cc161c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f5cc1bdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc15a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc15a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc15a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5cc1bd44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f5cc1c96862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc1bd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5cc1b2c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc1b95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5cc1b95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5cc1b95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f5cc1bbd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f5cc1bbd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f5cc1bbb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f5cc1bbb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f5cc1bba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f5cc1b98f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f5cc1b987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f5cc1b987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f5cc1b987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f5cc1badf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f5cc1b9b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f5cc1b98b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f5cc1b98b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f5cc1b987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f5cc1b987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f5cc1b987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f5cc1b97790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f5cc1b97790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f5cc1b9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f5cc1b96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f5cc1be40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f5cc1be40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f5cc1cc6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f5cc1cbef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f5cc1cbef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f5cc1cbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f5cc10fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f5cdd52ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5cc1bd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5cc1b2c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f5cc159bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f5cc159bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f5cc161b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f5cc1c96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc14c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5cc14c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5cc14c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5cc14c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f5cc161c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f5cc161c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f5cc1bdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc1b95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5cc1b95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5cc1b95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f5cc1baba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f5cc1baa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f5cc1ba9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f5cc1ba9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f5cc1ba91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f5cc1ba88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f5cc1ba88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f5cc1b9c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f5cc1bb392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f5cc1b978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f5cc1b978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f5cc1b9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f5cc1b96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f5cc1be4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f5cc159ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f5cc159ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f5cc151ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc1b1e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc1bd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5cc1bd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f5cc15059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f5cc15059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f5cc159bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f5cc159bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f5cc14c39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f5cc14c39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f5cc14c38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f5cc161b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f5cc161af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f5cc1503e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f5cc1503e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f5cc1bdcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f5cc1cbef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f5cc1cbef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f5cc1cbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f5cc10fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc1bd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5cc1bd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f5cc15167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f5cc15167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5cc14c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5cc14c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc14c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5cc14c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5cc14c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5cc14c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f5cc161c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f5cc161c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f5cc1bdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f5cc1bda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f5cc1bda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f5cc1bda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc15a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc15a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc15a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5cc1bd44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f5cc1c96862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc1bd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5cc1b2c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc1b95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5cc1b95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5cc1b95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f5cc1bbd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f5cc1bbd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f5cc1bbb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f5cc1bbb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f5cc1bba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f5cc1b98f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f5cc1b987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f5cc1b987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f5cc1b987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f5cc1badf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f5cc1b9b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f5cc1b98b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f5cc1b98b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f5cc1b987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f5cc1b987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f5cc1b987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f5cc1b97790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f5cc1b97790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f5cc1b9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f5cc1b96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f5cc1be40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f5cc1be40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f5cc1cc6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f5cc1cbef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f5cc1cbef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f5cc1cbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f5cc10fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f5cdd52ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc1552bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5cc14cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5cc1bd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5cc1b2c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f5cc159cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f5cc159cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5cc1c55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5cc1c55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5cc1c55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f5cc159bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f5cc159bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f5cc151f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f5cc161b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f5cc15c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f5cc15c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f5cc15c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f5cc15c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f5cc15c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5cc154b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5cc154d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5cc154d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5cc1bd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f5cc1bd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f5cc1bd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f5cc1bd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f5cc1bd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f5cc1bd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f5cc1c60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f5cc1c60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f5cc1c60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f5cc1c5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f5cc1c170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f5cc1c170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f5cc1c54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f5cc1c54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f5cc14c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f5cc15ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5cc1c96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________ test[suites-ReadTopicWithMetadataWithFilter-default.txt] ___________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd8f636500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicWithMetadataWithFilter-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113432
DEBUG    ya.test:process.py:259 Command (pid 113432) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 113432) elapsed time (sec): 15.155028104782104
DEBUG    ya.test:process.py:263 Command (pid 113432) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) inblock: 8496
DEBUG    ya.test:process.py:263 Command (pid 113432) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) majflt: 8
DEBUG    ya.test:process.py:263 Command (pid 113432) maxrss: 1439488
DEBUG    ya.test:process.py:263 Command (pid 113432) minflt: 357249
DEBUG    ya.test:process.py:263 Command (pid 113432) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) nivcsw: 1838
DEBUG    ya.test:process.py:263 Command (pid 113432) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113432) nvcsw: 66428
DEBUG    ya.test:process.py:263 Command (pid 113432) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 113432) stime: 2.020864
DEBUG    ya.test:process.py:263 Command (pid 113432) utime: 9.84545
DEBUG    ya.test:process.py:263 Command (pid 113432) wtime: 15.158
DEBUG    ya.test:process.py:275 Command (pid 113432) output:
2025-10-25T20:10:10.112757Z Fetching udfs...
2025-10-25T20:10:10.645391Z Initialization of fq runner...
2025-10-25T20:10:15.367443Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.837224s
2025-10-25T20:10:16.210761Z Fetching query results...
2025-10-25T20:10:16.210784Z Writing query results...
2025-10-25T20:10:16.210794Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 113432) errors:
...on3/Python/import.c:2873:15
    #19 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ee636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd8ee636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efd8ee63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efd8ee63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efd8efbc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efd8efbc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efd8f57cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8f535e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efd8f535d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efd8f535d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efd8f54ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7efd8f54a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7efd8f549cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7efd8f549cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7efd8f5491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7efd8f5488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7efd8f5488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7efd8f53c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7efd8f55392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7efd8f5378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7efd8f5378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7efd8f53653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7efd8f536854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7efd8f584182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7efd8ef3ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7efd8ef3ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7efd8eebef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8f4be3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8f575fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd8f575fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efd8eea59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7efd8eea59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efd8ef3bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7efd8ef3bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7efd8ee639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7efd8ee639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7efd8ee638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7efd8efbb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7efd8efbaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7efd8eea3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7efd8eea3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7efd8f57cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7efd8f65ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7efd8f65ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7efd8f65e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7efd8ea9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8f575fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd8f575fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7efd8eeb67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7efd8eeb67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ee636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd8ee636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7efd8ee63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7efd8ee63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7efd8efbc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7efd8efbc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7efd8f57cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8ef463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8ef45ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8ef45de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd8f5744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7efd8f636862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8f575eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd8f4cc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8f535e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7efd8f535d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7efd8f535d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7efd8f55d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7efd8f55d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7efd8f55b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7efd8f55b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7efd8f55a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7efd8f538f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7efd8f5387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7efd8f5387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7efd8f5387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7efd8f54df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7efd8f53b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7efd8f538b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7efd8f538b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7efd8f5387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7efd8f5387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7efd8f5387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7efd8f537790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7efd8f537790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7efd8f53653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7efd8f536854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7efd8f5840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7efd8f5840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7efd8f666a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7efd8f65ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7efd8f65ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7efd8f65e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7efd8ea9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7efdaaeced8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7efd8f575eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7efd8f4cc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7efd8ef3bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7efd8ef3bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7efd8efbb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7efd8f636500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ee636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd8ee636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efd8ee63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efd8ee63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efd8efbc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efd8efbc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efd8f57cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8f535e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efd8f535d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efd8f535d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efd8f54ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7efd8f54a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7efd8f549cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7efd8f549cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7efd8f5491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7efd8f5488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7efd8f5488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7efd8f53c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7efd8f55392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7efd8f5378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7efd8f5378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7efd8f53653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7efd8f536854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7efd8f584182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7efd8ef3ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7efd8ef3ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7efd8eebef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8f4be3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8f575fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd8f575fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efd8eea59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7efd8eea59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efd8ef3bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7efd8ef3bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7efd8ee639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7efd8ee639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7efd8ee638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7efd8efbb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7efd8efbaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7efd8eea3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7efd8eea3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7efd8f57cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7efd8f65ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7efd8f65ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7efd8f65e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7efd8ea9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8f575fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd8f575fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7efd8eeb67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7efd8eeb67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7efd8ee63204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7efd8ee63204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ee636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd8ee636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7efd8ee63ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7efd8ee63ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7efd8efbc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7efd8efbc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7efd8f57cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7efd8f57a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7efd8f57a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7efd8f57a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8ef463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8ef45ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8ef45de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd8f5744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7efd8f636862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8f575eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd8f4cc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8f535e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7efd8f535d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7efd8f535d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7efd8f55d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7efd8f55d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7efd8f55b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7efd8f55b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7efd8f55a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7efd8f538f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7efd8f5387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7efd8f5387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7efd8f5387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7efd8f54df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7efd8f53b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7efd8f538b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7efd8f538b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7efd8f5387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7efd8f5387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7efd8f5387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7efd8f537790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7efd8f537790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7efd8f53653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7efd8f536854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7efd8f5840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7efd8f5840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7efd8f666a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7efd8f65ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7efd8f65ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7efd8f65e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7efd8ea9dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7efdaaeced8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eef2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7efd8ee6df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7efd8f575eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7efd8f4cc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7efd8ef3cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7efd8ef3cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7efd8f5f5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7efd8f5f5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7efd8f5f5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7efd8ef3bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7efd8ef3bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7efd8eebf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7efd8efbb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7efd8ef6815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7efd8ef6815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7efd8ef60b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7efd8ef60b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7efd8ef60b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7efd8eeeb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7efd8eeed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7efd8eeed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7efd8f574911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7efd8f5746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7efd8f5744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7efd8f5720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7efd8f575900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7efd8f575900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7efd8f600ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7efd8f600ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7efd8f600ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7efd8f5ffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7efd8f5b70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7efd8f5b70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7efd8f5f4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7efd8f5f4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7efd8ee62b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7efd8ef6a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd8f636500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
_________________ test[suites-ReadTopicWithSchema-default.txt] _________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc83ed76500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTopicWithSchema-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbb/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-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/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116492
DEBUG    ya.test:process.py:259 Command (pid 116492) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 116492) elapsed time (sec): 15.082870244979858
DEBUG    ya.test:process.py:263 Command (pid 116492) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) maxrss: 1449664
DEBUG    ya.test:process.py:263 Command (pid 116492) minflt: 360589
DEBUG    ya.test:process.py:263 Command (pid 116492) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) nivcsw: 1651
DEBUG    ya.test:process.py:263 Command (pid 116492) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116492) nvcsw: 66896
DEBUG    ya.test:process.py:263 Command (pid 116492) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 116492) stime: 2.28634
DEBUG    ya.test:process.py:263 Command (pid 116492) utime: 9.870031
DEBUG    ya.test:process.py:263 Command (pid 116492) wtime: 15.087
DEBUG    ya.test:process.py:275 Command (pid 116492) output:
2025-10-25T20:10:25.622971Z Fetching udfs...
2025-10-25T20:10:26.197165Z Initialization of fq runner...
2025-10-25T20:10:30.822187Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.644770s
2025-10-25T20:10:31.477939Z Fetching query results...
2025-10-25T20:10:31.477983Z Writing query results...
2025-10-25T20:10:31.478008Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 116492) errors:
...on3/Python/import.c:2873:15
    #19 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e5a36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc83e5a36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc83e5a3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc83e5a3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc83e6fc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc83e6fc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc83ecbcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83ec75e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc83ec75d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc83ec75d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc83ec8ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fc83ec8a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fc83ec89cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fc83ec89cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fc83ec891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fc83ec888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fc83ec888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fc83ec7c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fc83ec9392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fc83ec778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fc83ec778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fc83ec7653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fc83ec76854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fc83ecc4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fc83e67ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fc83e67ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fc83e5fef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83ebfe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83ecb5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc83ecb5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc83e5e59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fc83e5e59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc83e67bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fc83e67bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fc83e5a39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fc83e5a39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fc83e5a38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fc83e6fb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fc83e6faf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fc83e5e3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fc83e5e3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fc83ecbcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fc83ed9ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fc83ed9ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fc83ed9e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fc83e1ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83ecb5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc83ecb5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc83e5f67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fc83e5f67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e5a36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc83e5a36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc83e5a3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc83e5a3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc83e6fc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc83e6fc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc83ecbcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83e6863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83e685ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83e685de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc83ecb44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fc83ed76862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83ecb5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc83ec0c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83ec75e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc83ec75d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc83ec75d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc83ec9d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fc83ec9d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fc83ec9b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fc83ec9b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fc83ec9a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fc83ec78f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fc83ec787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fc83ec787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fc83ec787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fc83ec8df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fc83ec7b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fc83ec78b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fc83ec78b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fc83ec787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fc83ec787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fc83ec787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fc83ec77790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fc83ec77790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fc83ec7653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fc83ec76854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fc83ecc40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fc83ecc40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fc83eda6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fc83ed9ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fc83ed9ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fc83ed9e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fc83e1ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fc85a603d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc83ecb5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc83ec0c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fc83e67bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fc83e67bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fc83e6fb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fc83ed76500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e5a36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc83e5a36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc83e5a3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc83e5a3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc83e6fc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc83e6fc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc83ecbcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83ec75e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc83ec75d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc83ec75d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc83ec8ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fc83ec8a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fc83ec89cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fc83ec89cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fc83ec891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fc83ec888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fc83ec888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fc83ec7c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fc83ec9392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fc83ec778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fc83ec778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fc83ec7653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fc83ec76854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fc83ecc4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fc83e67ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fc83e67ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fc83e5fef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83ebfe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83ecb5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc83ecb5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc83e5e59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fc83e5e59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc83e67bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fc83e67bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fc83e5a39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fc83e5a39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fc83e5a38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fc83e6fb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fc83e6faf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fc83e5e3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fc83e5e3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fc83ecbcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fc83ed9ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fc83ed9ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fc83ed9e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fc83e1ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83ecb5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc83ecb5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc83e5f67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fc83e5f67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc83e5a3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc83e5a3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e5a36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc83e5a36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc83e5a3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc83e5a3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc83e6fc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc83e6fc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc83ecbcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc83ecba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc83ecba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc83ecba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83e6863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83e685ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83e685de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc83ecb44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fc83ed76862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83ecb5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc83ec0c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83ec75e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc83ec75d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc83ec75d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc83ec9d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fc83ec9d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fc83ec9b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fc83ec9b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fc83ec9a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fc83ec78f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fc83ec787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fc83ec787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fc83ec787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fc83ec8df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fc83ec7b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fc83ec78b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fc83ec78b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fc83ec787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fc83ec787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fc83ec787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fc83ec77790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fc83ec77790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fc83ec7653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fc83ec76854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fc83ecc40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fc83ecc40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fc83eda6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fc83ed9ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fc83ed9ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fc83ed9e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fc83e1ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fc85a603d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e632bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc83e5adf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc83ecb5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc83ec0c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc83e67cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc83e67cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc83ed35aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc83ed35aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc83ed35aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fc83e67bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fc83e67bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fc83e5ff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fc83e6fb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fc83e6a815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fc83e6a815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fc83e6a0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fc83e6a0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fc83e6a0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc83e62b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc83e62d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc83e62d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc83ecb4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc83ecb46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc83ecb44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc83ecb20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fc83ecb5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fc83ecb5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fc83ed40ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fc83ed40ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fc83ed40ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fc83ed3fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fc83ecf70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fc83ecf70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fc83ed34847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fc83ed34847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fc83e5a2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fc83e6aa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc83ed76500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
20.92s call     test_sql_streaming.py::test[suites-ReadTopicWithMetadata-default.txt]
15.33s call     test_sql_streaming.py::test[suites-ReadTopicWithMetadataNestedDeep-default.txt]
15.22s call     test_sql_streaming.py::test[suites-ReadTopicWithMetadataWithFilter-default.txt]
15.19s call     test_sql_streaming.py::test[suites-ReadTopicWithSchema-default.txt]
13.29s call     test_sql_streaming.py::test[suites-ReadTopicWithMetadataInsideFilter-default.txt]
0.55s setup    test_sql_streaming.py::test[suites-ReadTopicWithMetadataWithFilter-default.txt]
0.05s setup    test_sql_streaming.py::test[suites-ReadTopicWithMetadataNestedDeep-default.txt]
0.03s setup    test_sql_streaming.py::test[suites-ReadTopicWithMetadata-default.txt]
0.03s setup    test_sql_streaming.py::test[suites-ReadTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-ReadTopicWithMetadataInsideFilter-default.txt]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[suites-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_nfa6tr7l/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efc3973c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efc39736500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efc38fc046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efc390bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efc390bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efc390bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efc38fbf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efc3906c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efc38f6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efc38f6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efc38f64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efc390bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efc390bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1suj9o4a/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd0445ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd0445e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd043e7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd043f6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd043f6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd043f6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd043e6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd043f1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd043e1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd043e1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd043e14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd043f6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd043f6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_cosoudre/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5cc1c9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5cc1c96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5cc152046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5cc161db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5cc161db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5cc161db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5cc151f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5cc15cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5cc14c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5cc14c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5cc14c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5cc161b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5cc161b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopicWithMetadataWithFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_oo15roe6/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7efd8f63c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7efd8f636500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7efd8eec046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7efd8efbdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7efd8efbdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7efd8efbdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7efd8eebf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7efd8ef6c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7efd8ee6450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7efd8ee6450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7efd8ee64350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7efd8efbb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7efd8efbb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbb/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/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbb/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_1y34eue3/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc83ed7c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc83ed76500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc83e60046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc83e6fdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc83e6fdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc83e6fdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc83e5ff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc83e6ac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc83e5a450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc83e5a450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc83e5a4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc83e6fb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc83e6fb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 5 failed in 82.32s (0:01:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/vnm9/001cbe/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-2.13.3
collected 21 items

test_sql_streaming.py FFFFF

=================================== FAILURES ===================================
____________________ test[suites-ReadTwoTopics-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fac8b846500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadTwoTopics-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadTwoTopics-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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 100123
DEBUG    ya.test:process.py:259 Command (pid 100123) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 100123) elapsed time (sec): 21.77173924446106
DEBUG    ya.test:process.py:263 Command (pid 100123) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) inblock: 300000
DEBUG    ya.test:process.py:263 Command (pid 100123) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) majflt: 109
DEBUG    ya.test:process.py:263 Command (pid 100123) maxrss: 1454292
DEBUG    ya.test:process.py:263 Command (pid 100123) minflt: 388624
DEBUG    ya.test:process.py:263 Command (pid 100123) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) nivcsw: 2644
DEBUG    ya.test:process.py:263 Command (pid 100123) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 100123) nvcsw: 64744
DEBUG    ya.test:process.py:263 Command (pid 100123) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 100123) stime: 2.37933
DEBUG    ya.test:process.py:263 Command (pid 100123) utime: 10.88411
DEBUG    ya.test:process.py:263 Command (pid 100123) wtime: 21.778
DEBUG    ya.test:process.py:275 Command (pid 100123) output:
2025-10-25T20:09:18.500464Z Fetching udfs...
2025-10-25T20:09:21.444497Z Initialization of fq runner...
2025-10-25T20:09:29.045894Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.672225s
2025-10-25T20:09:29.725734Z Fetching query results...
2025-10-25T20:09:29.725751Z Writing query results...
2025-10-25T20:09:29.725760Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 100123) errors:
...on3/Python/import.c:2873:15
    #19 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b0736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fac8b0736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fac8b073ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fac8b073ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fac8b1cc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fac8b1cc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fac8b78cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b745e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fac8b745d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fac8b745d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fac8b75ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fac8b75a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fac8b759cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fac8b759cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fac8b7591e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fac8b7588a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fac8b7588a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fac8b74c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fac8b76392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fac8b7478a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fac8b7478a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fac8b74653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fac8b746854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fac8b794182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fac8b14ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fac8b14ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fac8b0cef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b6ce3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b785fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fac8b785fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fac8b0b59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fac8b0b59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fac8b14bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fac8b14bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fac8b0739dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fac8b0739dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fac8b0738e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fac8b1cb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fac8b1caf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fac8b0b3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fac8b0b3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fac8b78cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fac8b86ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fac8b86ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fac8b86e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fac8acadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b785fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fac8b785fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fac8b0c67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fac8b0c67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b0736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fac8b0736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fac8b073ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fac8b073ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fac8b1cc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fac8b1cc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fac8b78cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b1563c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b155ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b155de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fac8b7844dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fac8b846862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b785eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fac8b6dc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b745e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fac8b745d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fac8b745d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fac8b76d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fac8b76d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fac8b76b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fac8b76b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fac8b76a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fac8b748f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fac8b7487d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fac8b7487d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fac8b7487d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fac8b75df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fac8b74b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fac8b748b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fac8b748b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fac8b7487a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fac8b7487a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fac8b7487a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fac8b747790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fac8b747790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fac8b74653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fac8b746854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fac8b7940a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fac8b7940a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fac8b876a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fac8b86ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fac8b86ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fac8b86e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fac8acadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7faca70d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fac8b785eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fac8b6dc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fac8b14bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fac8b14bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fac8b1cb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fac8b846500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b0736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fac8b0736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fac8b073ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fac8b073ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fac8b1cc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fac8b1cc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fac8b78cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b745e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fac8b745d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fac8b745d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fac8b75ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fac8b75a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fac8b759cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fac8b759cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fac8b7591e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fac8b7588a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fac8b7588a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fac8b74c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fac8b76392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fac8b7478a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fac8b7478a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fac8b74653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fac8b746854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fac8b794182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fac8b14ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fac8b14ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fac8b0cef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b6ce3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b785fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fac8b785fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fac8b0b59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fac8b0b59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fac8b14bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fac8b14bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fac8b0739dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fac8b0739dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fac8b0738e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fac8b1cb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fac8b1caf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fac8b0b3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fac8b0b3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fac8b78cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fac8b86ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fac8b86ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fac8b86e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fac8acadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b785fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fac8b785fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fac8b0c67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fac8b0c67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fac8b073204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fac8b073204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b0736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fac8b0736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fac8b073ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fac8b073ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fac8b1cc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fac8b1cc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fac8b78cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fac8b78a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fac8b78a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fac8b78a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b1563c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b155ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b155de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fac8b7844dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fac8b846862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b785eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fac8b6dc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b745e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fac8b745d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fac8b745d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fac8b76d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fac8b76d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fac8b76b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fac8b76b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fac8b76a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fac8b748f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fac8b7487d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fac8b7487d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fac8b7487d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fac8b75df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fac8b74b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fac8b748b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fac8b748b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fac8b7487a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fac8b7487a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fac8b7487a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fac8b747790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fac8b747790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fac8b74653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fac8b746854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fac8b7940a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fac8b7940a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fac8b876a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fac8b86ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fac8b86ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fac8b86e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fac8acadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7faca70d9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b102bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fac8b07df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fac8b785eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fac8b6dc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fac8b14cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fac8b14cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fac8b805aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fac8b805aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fac8b805aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fac8b14bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fac8b14bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fac8b0cf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fac8b1cb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fac8b17815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fac8b17815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fac8b170b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fac8b170b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fac8b170b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fac8b0fb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fac8b0fd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fac8b0fd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fac8b784911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fac8b7846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fac8b7844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fac8b7820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fac8b785900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fac8b785900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fac8b810ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fac8b810ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fac8b810ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fac8b80fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fac8b7c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fac8b7c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fac8b804847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fac8b804847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fac8b072b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fac8b17a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fac8b846500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
_________________ test[suites-ReadWriteSameTopic-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb553676500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadWriteSameTopic-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadWriteSameTopic-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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 105685
DEBUG    ya.test:process.py:259 Command (pid 105685) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 105685) elapsed time (sec): 14.015056848526001
DEBUG    ya.test:process.py:263 Command (pid 105685) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) maxrss: 1400816
DEBUG    ya.test:process.py:263 Command (pid 105685) minflt: 349370
DEBUG    ya.test:process.py:263 Command (pid 105685) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) nivcsw: 3614
DEBUG    ya.test:process.py:263 Command (pid 105685) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 105685) nvcsw: 67112
DEBUG    ya.test:process.py:263 Command (pid 105685) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 105685) stime: 1.902858
DEBUG    ya.test:process.py:263 Command (pid 105685) utime: 9.560785
DEBUG    ya.test:process.py:263 Command (pid 105685) wtime: 14.022
DEBUG    ya.test:process.py:275 Command (pid 105685) output:
2025-10-25T20:09:40.531794Z Fetching udfs...
2025-10-25T20:09:41.042787Z Initialization of fq runner...
2025-10-25T20:09:45.018452Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.617440s
2025-10-25T20:09:45.647433Z Fetching query results...
2025-10-25T20:09:45.647457Z Writing query results...
2025-10-25T20:09:45.647470Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 105685) errors:
...on3/Python/import.c:2873:15
    #19 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552ea36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb552ea36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fb552ea3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fb552ea3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fb552ffc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fb552ffc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fb5535bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb553575e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fb553575d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fb553575d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fb55358ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fb55358a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fb553589cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fb553589cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fb5535891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fb5535888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fb5535888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fb55357c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fb55359392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fb5535778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fb5535778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fb55357653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fb553576854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fb5535c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fb552f7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fb552f7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fb552efef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb5534fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb5535b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb5535b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fb552ee59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fb552ee59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fb552f7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fb552f7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fb552ea39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fb552ea39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fb552ea38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fb552ffb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fb552ffaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fb552ee3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fb552ee3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fb5535bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fb55369ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fb55369ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7fb55369e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7fb552addd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb5535b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb5535b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fb552ef67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fb552ef67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552ea36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb552ea36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fb552ea3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fb552ea3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fb552ffc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fb552ffc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fb5535bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb552f863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb552f85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb552f85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb5535b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fb553676862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb5535b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb55350c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb553575e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fb553575d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fb553575d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fb55359d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fb55359d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fb55359b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fb55359b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fb55359a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fb553578f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fb5535787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fb5535787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fb5535787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fb55358df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fb55357b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fb553578b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fb553578b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fb5535787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fb5535787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fb5535787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fb553577790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fb553577790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fb55357653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fb553576854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fb5535c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fb5535c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fb5536a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fb55369ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fb55369ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7fb55369e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7fb552addd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fb56ef0cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb5535b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb55350c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fb552f7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fb552f7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fb552ffb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fb553676500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552ea36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb552ea36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fb552ea3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fb552ea3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fb552ffc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fb552ffc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fb5535bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb553575e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fb553575d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fb553575d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fb55358ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fb55358a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fb553589cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fb553589cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fb5535891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fb5535888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fb5535888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fb55357c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fb55359392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fb5535778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fb5535778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fb55357653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fb553576854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fb5535c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fb552f7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fb552f7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fb552efef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb5534fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb5535b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb5535b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fb552ee59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fb552ee59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fb552f7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fb552f7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fb552ea39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fb552ea39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fb552ea38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fb552ffb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fb552ffaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fb552ee3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fb552ee3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fb5535bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fb55369ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fb55369ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7fb55369e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7fb552addd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb5535b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb5535b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fb552ef67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fb552ef67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fb552ea3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fb552ea3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552ea36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb552ea36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fb552ea3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fb552ea3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fb552ffc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fb552ffc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fb5535bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fb5535ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fb5535ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fb5535ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb552f863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb552f85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb552f85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb5535b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fb553676862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb5535b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb55350c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb553575e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fb553575d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fb553575d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fb55359d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fb55359d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fb55359b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fb55359b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fb55359a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fb553578f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fb5535787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fb5535787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fb5535787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fb55358df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fb55357b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fb553578b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fb553578b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fb5535787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fb5535787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fb5535787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fb553577790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fb553577790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fb55357653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fb553576854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fb5535c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fb5535c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fb5536a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fb55369ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fb55369ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7fb55369e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7fb552addd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fb56ef0cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb552eadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb5535b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb55350c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fb552f7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fb552f7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fb553635aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fb553635aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fb553635aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fb552f7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fb552f7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fb552eff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fb552ffb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fb552fa815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fb552fa815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fb552fa0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fb552fa0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fb552fa0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb552f2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb552f2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb552f2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb5535b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fb5535b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fb5535b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fb5535b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fb5535b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fb5535b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fb553640ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fb553640ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fb553640ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fb55363fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fb5535f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fb5535f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fb553634847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fb553634847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fb552ea2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fb552faa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb553676500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________________ test[suites-ReadWriteTopic-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81d2296500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadWriteTopic-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadWriteTopic-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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 109902
DEBUG    ya.test:process.py:259 Command (pid 109902) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 109902) elapsed time (sec): 14.01563549041748
DEBUG    ya.test:process.py:263 Command (pid 109902) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 109902) maxrss: 1407304
DEBUG    ya.test:process.py:263 Command (pid 109902) minflt: 348510
DEBUG    ya.test:process.py:263 Command (pid 109902) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) nivcsw: 994
DEBUG    ya.test:process.py:263 Command (pid 109902) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 109902) nvcsw: 65424
DEBUG    ya.test:process.py:263 Command (pid 109902) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 109902) stime: 1.8291279999999999
DEBUG    ya.test:process.py:263 Command (pid 109902) utime: 9.653867
DEBUG    ya.test:process.py:263 Command (pid 109902) wtime: 14.018
DEBUG    ya.test:process.py:275 Command (pid 109902) output:
2025-10-25T20:09:54.796381Z Fetching udfs...
2025-10-25T20:09:55.253844Z Initialization of fq runner...
2025-10-25T20:09:59.112489Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.520659s
2025-10-25T20:09:59.648273Z Fetching query results...
2025-10-25T20:09:59.648294Z Writing query results...
2025-10-25T20:09:59.648306Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 109902) errors:
...on3/Python/import.c:2873:15
    #19 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1ac36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81d1ac36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f81d1ac3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f81d1ac3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f81d1c1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f81d1c1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f81d21dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d2195e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f81d2195d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f81d2195d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f81d21aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f81d21aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f81d21a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f81d21a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f81d21a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f81d21a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f81d21a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f81d219c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f81d21b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f81d21978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f81d21978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f81d219653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f81d2196854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f81d21e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f81d1b9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f81d1b9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f81d1b1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d211e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d21d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81d21d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f81d1b059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f81d1b059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f81d1b9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f81d1b9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f81d1ac39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f81d1ac39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f81d1ac38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f81d1c1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f81d1c1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f81d1b03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f81d1b03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f81d21dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f81d22bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f81d22bef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f81d22be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f81d16fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d21d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81d21d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f81d1b167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f81d1b167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1ac36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81d1ac36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f81d1ac3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f81d1ac3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f81d1c1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f81d1c1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f81d21dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d1ba63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d1ba5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d1ba5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81d21d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f81d2296862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d21d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81d212c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d2195e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f81d2195d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f81d2195d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f81d21bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f81d21bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f81d21bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f81d21bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f81d21ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f81d2198f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f81d21987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f81d21987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f81d21987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f81d21adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f81d219b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f81d2198b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f81d2198b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f81d21987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f81d21987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f81d21987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f81d2197790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f81d2197790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f81d219653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f81d2196854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f81d21e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f81d21e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f81d22c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f81d22bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f81d22bef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f81d22be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f81d16fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f81edb30d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81d21d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81d212c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f81d1b9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f81d1b9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f81d1c1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f81d2296500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1ac36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81d1ac36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f81d1ac3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f81d1ac3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f81d1c1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f81d1c1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f81d21dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d2195e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f81d2195d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f81d2195d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f81d21aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f81d21aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f81d21a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f81d21a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f81d21a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f81d21a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f81d21a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f81d219c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f81d21b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f81d21978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f81d21978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f81d219653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f81d2196854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f81d21e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f81d1b9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f81d1b9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f81d1b1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d211e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d21d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81d21d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f81d1b059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f81d1b059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f81d1b9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f81d1b9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f81d1ac39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f81d1ac39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f81d1ac38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f81d1c1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f81d1c1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f81d1b03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f81d1b03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f81d21dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f81d22bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f81d22bef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f81d22be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f81d16fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d21d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81d21d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f81d1b167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f81d1b167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f81d1ac3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f81d1ac3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1ac36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81d1ac36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f81d1ac3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f81d1ac3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f81d1c1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f81d1c1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f81d21dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f81d21da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f81d21da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f81d21da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d1ba63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d1ba5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d1ba5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81d21d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f81d2296862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d21d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81d212c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d2195e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f81d2195d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f81d2195d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f81d21bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f81d21bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f81d21bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f81d21bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f81d21ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f81d2198f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f81d21987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f81d21987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f81d21987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f81d21adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f81d219b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f81d2198b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f81d2198b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f81d21987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f81d21987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f81d21987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f81d2197790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f81d2197790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f81d219653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f81d2196854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f81d21e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f81d21e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f81d22c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f81d22bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f81d22bef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f81d22be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f81d16fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f81edb30d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81d1acdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81d21d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81d212c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f81d1b9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f81d1b9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f81d2255aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f81d2255aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f81d2255aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f81d1b9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f81d1b9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f81d1b1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f81d1c1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f81d1bc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f81d1bc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f81d1bc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f81d1bc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f81d1bc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81d1b4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81d1b4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81d1b4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81d21d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f81d21d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f81d21d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f81d21d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f81d21d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f81d21d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f81d2260ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f81d2260ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f81d2260ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f81d225fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f81d22170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f81d22170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f81d2254847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f81d2254847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f81d1ac2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f81d1bca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81d2296500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
______________ test[suites-ReadWriteTopicWithSchema-default.txt] _______________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5165866500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-ReadWriteTopicWithSchema-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-ReadWriteTopicWithSchema-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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 113108
DEBUG    ya.test:process.py:259 Command (pid 113108) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 113108) elapsed time (sec): 15.595022916793823
DEBUG    ya.test:process.py:263 Command (pid 113108) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) inblock: 195744
DEBUG    ya.test:process.py:263 Command (pid 113108) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) majflt: 14
DEBUG    ya.test:process.py:263 Command (pid 113108) maxrss: 1453724
DEBUG    ya.test:process.py:263 Command (pid 113108) minflt: 363262
DEBUG    ya.test:process.py:263 Command (pid 113108) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) nivcsw: 6002
DEBUG    ya.test:process.py:263 Command (pid 113108) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 113108) nvcsw: 66179
DEBUG    ya.test:process.py:263 Command (pid 113108) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 113108) stime: 2.327252
DEBUG    ya.test:process.py:263 Command (pid 113108) utime: 9.861972
DEBUG    ya.test:process.py:263 Command (pid 113108) wtime: 15.598
DEBUG    ya.test:process.py:275 Command (pid 113108) output:
2025-10-25T20:10:09.504936Z Fetching udfs...
2025-10-25T20:10:10.183398Z Initialization of fq runner...
2025-10-25T20:10:14.777391Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.629461s
2025-10-25T20:10:15.413264Z Fetching query results...
2025-10-25T20:10:15.413288Z Writing query results...
2025-10-25T20:10:15.413301Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 113108) errors:
...on3/Python/import.c:2873:15
    #19 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f51650936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f51650936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5165093ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5165093ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f51651ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f51651ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f51657acd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5165765e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5165765d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5165765d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f516577ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f516577a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f5165779cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f5165779cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f51657791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f51657788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f51657788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f516576c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f516578392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f51657678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f51657678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f516576653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f5165766854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f51657b4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f516516ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f516516ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f51650eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51656ee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51657a5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f51657a5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f51650d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f51650d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f516516bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f516516bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f51650939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f51650939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f51650938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f51651eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f51651eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f51650d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f51650d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f51657acf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f516588ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f516588ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f516588e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f5164ccdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51657a5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f51657a5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f51650e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f51650e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f51650936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f51650936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5165093ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5165093ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f51651ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f51651ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f51657acd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51651763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5165175ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5165175de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f51657a44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f5165866862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51657a5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f51656fc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5165765e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5165765d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5165765d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f516578d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f516578d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f516578b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f516578b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f516578a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f5165768f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f51657687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f51657687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f51657687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f516577df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f516576b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f5165768b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f5165768b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f51657687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f51657687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f51657687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f5165767790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f5165767790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f516576653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f5165766854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f51657b40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f51657b40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f5165896a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f516588ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f516588ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f516588e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f5164ccdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f5181102d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f51657a5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f51656fc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f516516bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f516516bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f51651eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f5165866500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f51650936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f51650936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5165093ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5165093ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f51651ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f51651ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f51657acd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5165765e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5165765d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5165765d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f516577ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f516577a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f5165779cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f5165779cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f51657791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f51657788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f51657788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f516576c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f516578392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f51657678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f51657678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f516576653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f5165766854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f51657b4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f516516ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f516516ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f51650eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51656ee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51657a5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f51657a5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f51650d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f51650d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f516516bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f516516bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f51650939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f51650939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f51650938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f51651eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f51651eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f51650d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f51650d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f51657acf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f516588ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f516588ef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f516588e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f5164ccdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51657a5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f51657a5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f51650e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f51650e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5165093204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5165093204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f51650936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f51650936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5165093ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5165093ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f51651ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f51651ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f51657acd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f51657aa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f51657aa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f51657aa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51651763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5165175ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5165175de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f51657a44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f5165866862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51657a5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f51656fc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5165765e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5165765d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5165765d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f516578d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f516578d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f516578b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f516578b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f516578a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f5165768f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f51657687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f51657687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f51657687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f516577df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f516576b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f5165768b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f5165768b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f51657687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f51657687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f51657687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f5165767790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f5165767790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f516576653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f5165766854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f51657b40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f51657b40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f5165896a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f516588ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f516588ef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f516588e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f5164ccdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f5181102d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5165122bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f516509df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f51657a5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f51656fc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f516516cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f516516cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5165825aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5165825aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5165825aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f516516bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f516516bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f51650ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f51651eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f516519815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f516519815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f5165190b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f5165190b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f5165190b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f516511b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f516511d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f516511d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f51657a4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f51657a46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f51657a44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f51657a20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f51657a5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f51657a5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f5165830ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f5165830ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f5165830ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f516582fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f51657e70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f51657e70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f5165824847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f5165824847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f5165092b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f516519a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5165866500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________________ test[suites-WriteTwoTopics-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:38: 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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f58e7d96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[suites-WriteTwoTopics-default.txt]
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 Test setup
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:180 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:635 process search UDF in: None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/vnm9/001cbe/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[suites-WriteTwoTopics-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/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/results.txt', '--ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/plan.json', '--log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_3.txt']' in '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 116433
DEBUG    ya.test:process.py:259 Command (pid 116433) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 116433) elapsed time (sec): 14.552677631378174
DEBUG    ya.test:process.py:263 Command (pid 116433) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) inblock: 1000
DEBUG    ya.test:process.py:263 Command (pid 116433) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 116433) maxrss: 1448660
DEBUG    ya.test:process.py:263 Command (pid 116433) minflt: 360378
DEBUG    ya.test:process.py:263 Command (pid 116433) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) nivcsw: 1531
DEBUG    ya.test:process.py:263 Command (pid 116433) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 116433) nvcsw: 66180
DEBUG    ya.test:process.py:263 Command (pid 116433) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 116433) stime: 2.081643
DEBUG    ya.test:process.py:263 Command (pid 116433) utime: 10.325781
DEBUG    ya.test:process.py:263 Command (pid 116433) wtime: 14.556
DEBUG    ya.test:process.py:275 Command (pid 116433) output:
2025-10-25T20:10:25.443024Z Fetching udfs...
2025-10-25T20:10:26.028011Z Initialization of fq runner...
2025-10-25T20:10:30.615496Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.640305s
2025-10-25T20:10:31.280553Z Fetching query results...
2025-10-25T20:10:31.280587Z Writing query results...
2025-10-25T20:10:31.280603Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 116433) errors:
...on3/Python/import.c:2873:15
    #19 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e75c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f58e75c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f58e75c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f58e75c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f58e771c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f58e771c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f58e7cdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e7c95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f58e7c95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f58e7c95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f58e7caba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f58e7caa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f58e7ca9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f58e7ca9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f58e7ca91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f58e7ca88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f58e7ca88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f58e7c9c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f58e7cb392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f58e7c978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f58e7c978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f58e7c9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f58e7c96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f58e7ce4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f58e769ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f58e769ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f58e761ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e7c1e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e7cd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f58e7cd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f58e76059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f58e76059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f58e769bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f58e769bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f58e75c39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f58e75c39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f58e75c38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f58e771b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f58e771af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f58e7603e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f58e7603e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f58e7cdcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f58e7dbef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f58e7dbef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #35 0x7f58e7dbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #36 0x7f58e71fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29

Direct leak of 45 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e7cd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f58e7cd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f58e76167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f58e76167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e75c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f58e75c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f58e75c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f58e75c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f58e771c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f58e771c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f58e7cdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e76a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e76a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e76a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f58e7cd44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f58e7d96862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e7cd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f58e7c2c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 44 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e7c95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f58e7c95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f58e7c95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f58e7cbd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f58e7cbd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f58e7cbb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f58e7cbb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f58e7cba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f58e7c98f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f58e7c987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f58e7c987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f58e7c987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f58e7cadf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f58e7c9b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f58e7c98b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f58e7c98b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f58e7c987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f58e7c987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f58e7c987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f58e7c97790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f58e7c97790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f58e7c9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f58e7c96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f58e7ce40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f58e7ce40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f58e7dc6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f58e7dbef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f58e7dbef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16
    #31 0x7f58e7dbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13
    #32 0x7f58e71fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9
    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23
    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f5903629d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f58e7cd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f58e7c2c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f58e769bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f58e769bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f58e771b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f58e7d96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e75c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f58e75c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f58e75c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f58e75c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f58e771c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f58e771c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f58e7cdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e7c95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f58e7c95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f58e7c95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f58e7caba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f58e7caa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f58e7ca9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f58e7ca9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f58e7ca91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f58e7ca88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f58e7ca88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f58e7c9c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f58e7cb392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f58e7c978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f58e7c978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f58e7c9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f58e7c96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f58e7ce4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f58e769ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f58e769ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f58e761ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e7c1e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e7cd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f58e7cd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f58e76059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f58e76059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f58e769bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f58e769bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f58e75c39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f58e75c39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f58e75c38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f58e771b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f58e771af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f58e7603e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f58e7603e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f58e7cdcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f58e7dbef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f58e7dbef4d in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #35 0x7f58e7dbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #36 0x7f58e71fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #38 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #39 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n\nDirect leak of 45 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e7cd5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f58e7cd5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f58e76167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f58e76167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f58e75c3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f58e75c3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e75c36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f58e75c36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f58e75c3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f58e75c3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f58e771c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f58e771c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f58e7cdcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f58e7cda38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f58e7cda2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f58e7cda49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e76a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e76a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e76a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f58e7cd44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f58e7d96862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e7cd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f58e7c2c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 44 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e7c95e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f58e7c95d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f58e7c95d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f58e7cbd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f58e7cbd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f58e7cbb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f58e7cbb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f58e7cba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f58e7c98f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f58e7c987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f58e7c987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f58e7c987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f58e7cadf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f58e7c9b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f58e7c98b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f58e7c98b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f58e7c987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f58e7c987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f58e7c987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f58e7c97790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f58e7c97790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f58e7c9653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f58e7c96854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f58e7ce40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f58e7ce40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f58e7dc6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f58e7dbef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f58e7dbef59 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:179:16\n    #31 0x7f58e7dbe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:170:13\n    #32 0x7f58e71fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246adf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:205:9\n    #34 0x246a7d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:565:23\n    #35 0x37f1b2de in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0944d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b51453a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b07de82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f5903629d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e7652bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f58e75cdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f58e7cd5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f58e7c2c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f58e769cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f58e769cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f58e7d55aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f58e7d55aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f58e7d55aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f58e769bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f58e769bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f58e761f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f58e771b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f58e76c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f58e76c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f58e76c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f58e76c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f58e76c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n\nDirect leak of 43 byte(s) in 1 object(s) allocated from:\n    #0 0x1b1637ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f58e764b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f58e764d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f58e764d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f58e7cd4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f58e7cd46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f58e7cd44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f58e7cd20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f58e7cd5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f58e7cd5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f58e7d60ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f58e7d60ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f58e7d60ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f58e7d5fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f58e7d170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f58e7d170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f58e7d54847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f58e7d54847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f58e75c2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f58e76ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f58e7d96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
21.82s call     test_sql_streaming.py::test[suites-ReadTwoTopics-default.txt]
15.68s call     test_sql_streaming.py::test[suites-ReadWriteTopicWithSchema-default.txt]
14.63s call     test_sql_streaming.py::test[suites-WriteTwoTopics-default.txt]
14.06s call     test_sql_streaming.py::test[suites-ReadWriteSameTopic-default.txt]
14.06s call     test_sql_streaming.py::test[suites-ReadWriteTopic-default.txt]
0.40s setup    test_sql_streaming.py::test[suites-ReadWriteTopicWithSchema-default.txt]
0.07s setup    test_sql_streaming.py::test[suites-ReadTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-ReadWriteTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-WriteTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[suites-ReadWriteSameTopic-default.txt]

(5 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[suites-ReadTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s4xmfzui/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fac8b84c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fac8b846500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fac8b0d046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fac8b1cdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fac8b1cdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fac8b1cdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fac8b0cf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fac8b17c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fac8b07450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fac8b07450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fac8b074350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fac8b1cb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fac8b1cb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadWriteSameTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_neikzzfd/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb55367c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb553676500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb552f0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb552ffdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb552ffdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb552ffdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb552eff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb552fac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb552ea450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb552ea450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb552ea4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb552ffb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb552ffb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadWriteTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4meamt74/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81d229c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81d2296500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81d1b2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81d1c1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81d1c1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81d1c1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81d1b1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81d1bcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81d1ac450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81d1ac450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81d1ac4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81d1c1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81d1c1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-ReadWriteTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dr3lvr9h/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f516586c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5165866500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f51650f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f51651edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f51651edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f51651edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f51650ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f516519c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f516509450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f516509450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5165094350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f51651eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f51651eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
FAILED test_sql_streaming.py::test[suites-WriteTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/results.txt --ast-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/ast.txt --plan-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/plan.json --log-file=/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/vnm9/001cbe/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/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/vnm9/001cbe/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_idn5mxtz/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f58e7d9c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f58e7d96500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f58e762046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f58e771db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f58e771db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f58e771db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f58e761f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f58e76cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f58e75c450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f58e75c450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f58e75c4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f58e771b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f58e771b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 5 failed in 82.63s (0:01:22) =========================
